IManagementService.BeginCheckpoint Method

Initiates an asynchronous checkpoint for the query.

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

Syntax

[FaultContractAttribute(typeof(ManagementFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Fault")]
[FaultContractAttribute(typeof(InvalidNameFault), Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/InvalidName")]
[OperationContractAttribute(AsyncPattern = true, Action = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/Checkpoint", 
    ReplyAction = "https://schemas.microsoft.com/ComplexEventProcessing/2009/05/Management/CheckpointResponse")]
IAsyncResult BeginCheckpoint(
    CheckpointRequest request,
    AsyncCallback asyncCallback,
    Object asyncState
)

Parameters

  • asyncCallback
    Type: System.AsyncCallback
    An optional asynchronous callback, to be called when the checkpoint is complete.
  • asyncState
    Type: System.Object
    A user-provided object that distinguishes this asynchronous checkpoint request from other requests.

Return Value

Type: System.IAsyncResult
The asynchronous checkpoint, which could still be pending.

Remarks

For more information, see Building Resilient StreamInsight Applications.

See Also

Reference

IManagementService Interface

Microsoft.ComplexEventProcessing.ManagementService Namespace