Create(string)
public Task<IStreamQueueCheckpointer<string>> Create(string partition) Creates a stream checkpointer for the specified partition.
Parameters
partitionstring- The partition.
Returns
The stream checkpointer.
public Task<IStreamQueueCheckpointer<string>> Create(string partition)partitionstringpublic static IStreamQueueCheckpointerFactory CreateFactory(IServiceProvider services, string providerName)servicesIServiceProviderproviderNamestring