IStreamQueueCheckpointer<TCheckpoint>.Load 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.
Loads the checkpoint.
public System.Threading.Tasks.Task<TCheckpoint> Load ();
abstract member Load : unit -> System.Threading.Tasks.Task<'Checkpoint>
Public Function Load () As Task(Of TCheckpoint)
Returns
Task<TCheckpoint>
The checkpoint.