Server.GetDiagnosticSettings Method

Gets the diagnostic settings for the named object.

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

Syntax

public DiagnosticSettings GetDiagnosticSettings(
    Uri name
)

Parameters

  • name
    Type: System.Uri
    Name can represent the full name of the object or it can be the name of a collection or sub-object of the Server (for example, PlanManager).

Return Value

Type: Microsoft.ComplexEventProcessing.DiagnosticSettings
Diagnostic settings for the object.

See Also

Reference

Server Class

Microsoft.ComplexEventProcessing Namespace