Skip to content

AzureTableStreamQueueCheckpointerFactory Methods

Creates Azure Table stream queue checkpointers.

Create(string)

View source
public Task<IStreamQueueCheckpointer<string>> Create(string partition)
Creates a stream checkpointer for the specified partition.

Parameters

partitionstring
The partition.

Returns

The stream checkpointer.

CreateFactory(IServiceProvider, string)

static
View source
public static IStreamQueueCheckpointerFactory CreateFactory(IServiceProvider services, string providerName)
Creates a factory from a service provider.

Parameters

servicesIServiceProvider
providerNamestring