Example #1
0
 public IAsyncResult BeginCheckpoint(CheckpointRequest request, AsyncCallback asyncCallback, object asyncState)
 {
     return(_service.BeginCheckpoint(request, asyncCallback, asyncState));
 }