Server.GetDiagnosticView Method (Uri)

 

Gets the diagnostic view for the named object.

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

Syntax

public DiagnosticView GetDiagnosticView(
    Uri name
)
public:
DiagnosticView^ GetDiagnosticView(
    Uri^ name
)
member GetDiagnosticView : 
        name:Uri -> DiagnosticView
Public Function GetDiagnosticView (
    name As Uri
) As DiagnosticView

Parameters

  • name
    Type: System.Uri

    The full name of the object or the name of a collection or sub-object of the Server (for example, PlanManager).

Return Value

Type: Microsoft.ComplexEventProcessing.DiagnosticView

The diagnostic view for the object.

See Also

Server Class
Microsoft.ComplexEventProcessing Namespace

Return to top