DiagnosticManagerRemovedEventArgs.ServerState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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