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 | |
---|---|---|
BeginCheckpoint | Initiates an asynchronous checkpoint for the query. | |
CancelCheckpoint | Cancels a pending checkpoint. | |
ChangeQueryState | Changes the state of a running query. | |
ClearDiagnosticSettings | Clears the diagnostic settings of a named object or a collection of objects. | |
Create | Creates a new resource with the specified description and the address of its parent container. | |
Delete | Deletes the specified resource. | |
EndCheckpoint | Waits for the pending asynchronous checkpoint request to complete. | |
Enumerate | Enumerates a collection of requests and returns an EnumerateResponse containing a collection of XML request definitions. | |
Get | Gets the XML definition of the specified resource. | |
GetDiagnosticSettings | Gets the diagnostic settings that apply to a specific named object. | |
GetDiagnosticView | Gets the diagnostic view of a named object or a collection of objects. | |
SetDiagnosticSettings | Sets the diagnostic settings of a named object or a collection of objects. |
Top
See Also
Reference
Microsoft.ComplexEventProcessing.ManagementService Namespace