CepCheckpointableProcess.CheckpointAsync Method

Asynchronously checkpoint and returns the associated task.

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

Syntax

'Declaration
Public Function CheckpointAsync As Task
'Usage
Dim instance As CepCheckpointableProcess 
Dim returnValue As Task 

returnValue = instance.CheckpointAsync()
public Task CheckpointAsync()
public:
Task^ CheckpointAsync()
member CheckpointAsync : unit -> Task
public function CheckpointAsync() : Task

Return Value

Type: System.Threading.Tasks.Task

See Also

Reference

CepCheckpointableProcess Class

CheckpointAsync Overload

Microsoft.ComplexEventProcessing Namespace