IManagementService.GetDiagnosticView Method (GetDiagnosticViewRequest)

 

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

[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticView", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticViewResponse")]
[FaultContractAttribute(typeof(GetDiagnosticViewNotSupportedFault), 
    Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticViewNotSupported")]
[FaultContractAttribute(typeof(ManagementFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")]
[FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
GetDiagnosticViewResponse GetDiagnosticView(
    GetDiagnosticViewRequest request
)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticView", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticViewResponse")]
[FaultContractAttribute((GetDiagnosticViewNotSupportedFault^::typeid), 
    Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticViewNotSupported")]
[FaultContractAttribute((ManagementFault^::typeid), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")]
[FaultContractAttribute((InvalidNameFault^::typeid), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
GetDiagnosticViewResponse^ GetDiagnosticView(
    GetDiagnosticViewRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticView",
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticViewResponse")>]
[<FaultContractAttribute(typeof(GetDiagnosticViewNotSupportedFault),
    Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticViewNotSupported")>]
[<FaultContractAttribute(typeof(ManagementFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")>]
[<FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")>]
abstract GetDiagnosticView : 
        request:GetDiagnosticViewRequest -> GetDiagnosticViewResponse
<OperationContractAttribute(Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticView",
    ReplyAction := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticViewResponse")>
<FaultContractAttribute(GetType(GetDiagnosticViewNotSupportedFault),
    Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/GetDiagnosticViewNotSupported")>
<FaultContractAttribute(GetType(ManagementFault), Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")>
<FaultContractAttribute(GetType(InvalidNameFault), Action := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")>
Function GetDiagnosticView (
    request As GetDiagnosticViewRequest
) As GetDiagnosticViewResponse

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.ManagementService.GetDiagnosticViewResponse

A GetResponse object that contains the diagnostic view.

See Also

IManagementService Interface
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top