DiagnosticManagerRemovedEventArgs.ServerState Property

Definition

Gets the server state after updating the diagnostics (this is a counter that is incremented every time there is a change on the server you can use to determine the relative ordering between this event and the diagnostics reported via RequestDiagnosticsAsync(IProgress<DiagnosticReport>, CancellationToken).

public:
 property int ServerState { int get(); };
[System.Runtime.Serialization.DataMember(Order=0)]
public int ServerState { get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.ServerState : int
Public ReadOnly Property ServerState As Integer

Property Value

Attributes

Applies to