DiagnosticManagerRemovedEventArgs(Int32, IReadOnlyList<Int32>) Constructor
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.
Initializes a new instance of the DiagnosticManagerRemovedEventArgs class.
public:
DiagnosticManagerRemovedEventArgs(int serverState, System::Collections::Generic::IReadOnlyList<int> ^ diagnosticManagerIds);
public DiagnosticManagerRemovedEventArgs (int serverState, System.Collections.Generic.IReadOnlyList<int> diagnosticManagerIds);
new Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticManagerRemovedEventArgs : int * System.Collections.Generic.IReadOnlyList<int> -> Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticManagerRemovedEventArgs
Public Sub New (serverState As Integer, diagnosticManagerIds As IReadOnlyList(Of Integer))
Parameters
- serverState
- Int32
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).
- diagnosticManagerIds
- IReadOnlyList<Int32>
IDs of the removed managers.