Server.ClearDiagnosticSettings Method (Uri)

 

Clears the diagnostic settings for the named object.

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

Syntax

public void ClearDiagnosticSettings(
    Uri name
)
public:
void ClearDiagnosticSettings(
    Uri^ name
)
member ClearDiagnosticSettings : 
        name:Uri -> unit
Public Sub ClearDiagnosticSettings (
    name As Uri
)

Parameters

  • name
    Type: System.Uri

    The full name of the object or the name of a collection or subobject of the Server (such as PlanManager).

See Also

Server Class
Microsoft.ComplexEventProcessing Namespace

Return to top