Server.GetDiagnosticSettings Method (Uri)

 

Gets the diagnostic settings for the named object.

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

Syntax

public DiagnosticSettings GetDiagnosticSettings(
    Uri name
)
public:
DiagnosticSettings^ GetDiagnosticSettings(
    Uri^ name
)
member GetDiagnosticSettings : 
        name:Uri -> DiagnosticSettings
Public Function GetDiagnosticSettings (
    name As Uri
) As DiagnosticSettings

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.DiagnosticSettings

The diagnostic settings for the object.

See Also

Server Class
Microsoft.ComplexEventProcessing Namespace

Return to top