Server.SetDiagnosticSettings Method (Uri, DiagnosticSettings)

 

Sets the diagnostic settings for the named object.

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

Syntax

public void SetDiagnosticSettings(
    Uri name,
    DiagnosticSettings diagnosticSettings
)
public:
void SetDiagnosticSettings(
    Uri^ name,
    DiagnosticSettings^ diagnosticSettings
)
member SetDiagnosticSettings : 
        name:Uri *
        diagnosticSettings:DiagnosticSettings -> unit
Public Sub SetDiagnosticSettings (
    name As Uri,
    diagnosticSettings 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).

See Also

Server Class
Microsoft.ComplexEventProcessing Namespace

Return to top