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
[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management", 
    ProtectionLevel = ProtectionLevel::None)]
public interface class IManagementService
[<ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management",
    ProtectionLevel = ProtectionLevel.None)>]
type IManagementService = interface end
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management",
    ProtectionLevel := ProtectionLevel.None)>
Public Interface IManagementService

Methods

Name Description
System_CAPS_pubmethod BeginCheckpoint(CheckpointRequest, AsyncCallback, Object)

Initiates an asynchronous checkpoint for the query.

System_CAPS_pubmethod CancelCheckpoint(CancelCheckpointRequest)

Cancels a pending checkpoint.

System_CAPS_pubmethod ChangeQueryState(ChangeQueryStateRequest)

Changes the state of a running query.

System_CAPS_pubmethod ClearDiagnosticSettings(ClearDiagnosticSettingsRequest)

Clears the diagnostic settings of a named object or a collection of objects.

System_CAPS_pubmethod Create(CreateRequest)

Creates a new resource with the specified description and the address of its parent container.

System_CAPS_pubmethod Delete(DeleteRequest)

Deletes the specified resource.

System_CAPS_pubmethod EndCheckpoint(IAsyncResult)

Waits for the pending asynchronous checkpoint request to complete.

System_CAPS_pubmethod Enumerate(EnumerateRequest)

Enumerates a collection of requests and returns an T: HYPERLINK "https://msdn.microsoft.com/en-us/library/microsoft.complexeventprocessing.managementservice.enumerateresponse.aspx" Microsoft.ComplexEventProcessing.ManagementService.EnumerateResponse containing a collection of XML request definitions.

System_CAPS_pubmethod Get(GetRequest)

Gets the XML definition of the specified resource.

System_CAPS_pubmethod GetDiagnosticSettings(GetDiagnosticSettingsRequest)

Gets the diagnostic settings that apply to a specific named object.

System_CAPS_pubmethod GetDiagnosticView(GetDiagnosticViewRequest)

Gets the diagnostic view of a named object or a collection of objects.

System_CAPS_pubmethod SetDiagnosticSettings(SetDiagnosticSettingsRequest)

Sets the diagnostics settings of a named object or a collection of objects.

See Also

Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top