예제 #1
0
 public Task UpdateCheckpointAsync(Checkpoint checkpoint)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// Writes the current offset and sequenceNumber to the checkpoint store via the checkpoint manager.
 /// </summary>
 public Task CheckpointAsync(Checkpoint checkPoint)
 {
     return(this.PersistCheckpointAsync(checkPoint));
 }