EventHubCheckpointer.Create 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.
Factory function that creates and initializes the checkpointer
public static System.Threading.Tasks.Task<Orleans.Streams.IStreamQueueCheckpointer<string>> Create (Orleans.Configuration.AzureTableStreamCheckpointerOptions options, string streamProviderName, string partition, string serviceId, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
static member Create : Orleans.Configuration.AzureTableStreamCheckpointerOptions * string * string * string * Microsoft.Extensions.Logging.ILoggerFactory -> System.Threading.Tasks.Task<Orleans.Streams.IStreamQueueCheckpointer<string>>
Public Shared Function Create (options As AzureTableStreamCheckpointerOptions, streamProviderName As String, partition As String, serviceId As String, loggerFactory As ILoggerFactory) As Task(Of IStreamQueueCheckpointer(Of String))
Parameters
- streamProviderName
- String
- partition
- String
- serviceId
- String
- loggerFactory
- ILoggerFactory