Server.GetDiagnosticSettings Method

Gets the diagnostic settings for the named object.

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

Syntax

'Declaration
Public Function GetDiagnosticSettings ( _
    name As Uri _
) As DiagnosticSettings
'Usage
Dim instance As Server
Dim name As Uri
Dim returnValue As DiagnosticSettings

returnValue = instance.GetDiagnosticSettings(name)
public DiagnosticSettings GetDiagnosticSettings(
    Uri name
)
public:
DiagnosticSettings^ GetDiagnosticSettings(
    Uri^ name
)
member GetDiagnosticSettings : 
        name:Uri -> DiagnosticSettings 
public function GetDiagnosticSettings(
    name : Uri
) : DiagnosticSettings

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