Skip to content

EventHubCheckpointer.Create(AzureTableStreamCheckpointerOptions, string, string, string, ILoggerFactory)

Create(AzureTableStreamCheckpointerOptions, string, string, string, ILoggerFactory)

static
View source
public static Task<IStreamQueueCheckpointer<string>> Create(AzureTableStreamCheckpointerOptions options, string streamProviderName, string partition, string serviceId, ILoggerFactory loggerFactory)
Creates and initializes an Event Hub partition checkpointer.

Parameters

optionsAzureTableStreamCheckpointerOptions
The Azure Table Storage checkpointer options.
streamProviderNamestring
The stream provider name.
partitionstring
The Event Hub partition identifier.
serviceIdstring
The Orleans service identifier.
loggerFactoryILoggerFactory
The logger factory.

Returns

A task which resolves to the initialized checkpointer.