Class ServerInfoChangedEventArgs
Provides context for a ServerInfoChanged event.
public sealed class ServerInfoChangedEventArgs : EventArgs
- Inheritance
-
ServerInfoChangedEventArgs
- Inherited Members
Properties
NewDigest
The digest of the newly fetched server info, or null if unavailable.
public string? NewDigest { get; init; }
Property Value
PreviousDigest
The digest that was cached before the change, or null if unavailable.
public string? PreviousDigest { get; init; }
Property Value
Reason
The reason this event was raised.
public ServerInfoChangedReason Reason { get; init; }