Server.EndCheckpoint Method

Waits for the pending asynchronous checkpoint request to complete.

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

Syntax

public bool EndCheckpoint(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: System.Boolean
true if the checkpoint completed successfully; otherwise, false.</

Remarks

For more information, see Building Resilient StreamInsight Applications.

See Also

Reference

Server Class

Microsoft.ComplexEventProcessing Namespace