Class ResourceChangedPriorityEventArgs
Fired when resource loading priority is changed
public sealed class ResourceChangedPriorityEventArgs : EventArgs
- Inheritance
-
ResourceChangedPriorityEventArgs
- Inherited Members
Properties
NewPriority
New priority
[JsonPropertyName("newPriority")]
public ResourcePriority NewPriority { get; set; }
Property Value
RequestId
Request identifier.
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Timestamp
Timestamp.
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }