IStreamQueueCheckpointer<TCheckpoint>.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.