IManagementService.GetDiagnosticView Method

Gets the diagnostic view of a named object or a collection of objects.

Namespace:  Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

[FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
[FaultContractAttribute(typeof(GetDiagnosticViewNotSupportedFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticViewNotSupported")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticView", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticViewResponse")]
GetDiagnosticViewResponse GetDiagnosticView(
    GetDiagnosticViewRequest request
)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.ManagementService.GetDiagnosticViewResponse
A GetResponse object that contains the diagnostic view.

See Also

Reference

IManagementService Interface

Microsoft.ComplexEventProcessing.ManagementService Namespace