Class ResourceChangedPriorityEventArgs
ResourceChangedPriority
public sealed class ResourceChangedPriorityEventArgs : EventArgs
- Inheritance
-
ResourceChangedPriorityEventArgs
- Inherited Members
Properties
NewPriority
Gets or sets the newPriority
[JsonPropertyName("newPriority")]
public ResourcePriority NewPriority { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }