Edit

Share via


EventHubCheckpointer.Create Method

Definition

Overloads

Create(ICheckpointerSettings, String, String)

Factory function that creates and initializes the checkpointer

Create(AzureTableStreamCheckpointerOptions, String, String, String, ILoggerFactory)

Factory function that creates and initializes the checkpointer

Create(ICheckpointerSettings, String, String)

Factory function that creates and initializes the checkpointer

public static System.Threading.Tasks.Task<Orleans.Streams.IStreamQueueCheckpointer<string>> Create (Orleans.ServiceBus.Providers.ICheckpointerSettings settings, string streamProviderName, string partition);
static member Create : Orleans.ServiceBus.Providers.ICheckpointerSettings * string * string -> System.Threading.Tasks.Task<Orleans.Streams.IStreamQueueCheckpointer<string>>
Public Shared Function Create (settings As ICheckpointerSettings, streamProviderName As String, partition As String) As Task(Of IStreamQueueCheckpointer(Of String))

Parameters

streamProviderName
String
partition
String

Returns

Applies to

Create(AzureTableStreamCheckpointerOptions, String, String, String, ILoggerFactory)

Source:
EventHubCheckpointer.cs

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

Returns

Applies to