MonitoringStateChangeEvent.GetDiagnosticResults Method
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 all of the diagnostic results for the current state change event.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::DiagnosticResult ^> ^ GetDiagnosticResults();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.DiagnosticResult> GetDiagnosticResults ();
member this.GetDiagnosticResults : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.DiagnosticResult>
Public Function GetDiagnosticResults () As IList(Of DiagnosticResult)
Returns
A IList of DiagnosticResult objects.