IStreamQueueCheckpointerFactory.Create(String) 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.
Creates a stream checkpointer for the specified partition.
public System.Threading.Tasks.Task<Orleans.Streams.IStreamQueueCheckpointer<string>> Create (string partition);
abstract member Create : string -> System.Threading.Tasks.Task<Orleans.Streams.IStreamQueueCheckpointer<string>>
Public Function Create (partition As String) As Task(Of IStreamQueueCheckpointer(Of String))
Parameters
- partition
- String
The partition.
Returns
The stream checkpointer.