IManagementService.EndCheckpoint Method

Waits for the pending asynchronous checkpoint request to complete.

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

Syntax

CheckpointResponse EndCheckpoint(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.ManagementService.CheckpointResponse
A CheckpointResponse with its Result set to true if the checkpoint completed successfully; otherwise, false.

Remarks

This method rethrows any exception encountered while checkpointing.

For more information, see Building Resilient StreamInsight Applications.

See Also

Reference

IManagementService Interface

Microsoft.ComplexEventProcessing.ManagementService Namespace