IManagementService Interface

The IManagementService interface defines methods and properties that are used to control the management functions of the Complex Event Processing engine.

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

Syntax

[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management", 
    ProtectionLevel = ProtectionLevel.None)]
public interface IManagementService

The IManagementService type exposes the following members.

Methods

  Name Description
Public method BeginCheckpoint Initiates an asynchronous checkpoint for the query.
Public method CancelCheckpoint Cancels a pending checkpoint.
Public method ChangeQueryState Changes the state of a running query.
Public method ClearDiagnosticSettings Clears the diagnostic settings of a named object or a collection of objects.
Public method Create Creates a new resource with the specified description and the address of its parent container.
Public method Delete Deletes the specified resource.
Public method EndCheckpoint Waits for the pending asynchronous checkpoint request to complete.
Public method Enumerate Enumerates a collection of requests and returns an EnumerateResponse containing a collection of XML request definitions.
Public method Get Gets the XML definition of the specified resource.
Public method GetDiagnosticSettings Gets the diagnostic settings that apply to a specific named object.
Public method GetDiagnosticView Gets the diagnostic view of a named object or a collection of objects.
Public method SetDiagnosticSettings Sets the diagnostic settings of a named object or a collection of objects.

Top

See Also

Reference

Microsoft.ComplexEventProcessing.ManagementService Namespace