Edit

Share via


IStreamQueueCheckpointer<TCheckpoint>.Update Method

Definition

Updates the checkpoint.

public void Update (TCheckpoint offset, DateTime utcNow);
abstract member Update : 'Checkpoint * DateTime -> unit
Public Sub Update (offset As TCheckpoint, utcNow As DateTime)

Parameters

offset
TCheckpoint

The offset.

utcNow
DateTime

The current UTC time.

Applies to