EventHubCheckpointer.Create Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Create(ICheckpointerSettings, String, String) |
Fonction de fabrique qui crée et initialise le point de contrôle |
Create(AzureTableStreamCheckpointerOptions, String, String, String, ILoggerFactory) |
Fonction de fabrique qui crée et initialise le point de contrôle |
Create(ICheckpointerSettings, String, String)
Fonction de fabrique qui crée et initialise le point de contrôle
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))
Paramètres
- settings
- ICheckpointerSettings
- streamProviderName
- String
- partition
- String
Retours
S’applique à
Create(AzureTableStreamCheckpointerOptions, String, String, String, ILoggerFactory)
- Source:
- EventHubCheckpointer.cs
Fonction de fabrique qui crée et initialise le point de contrôle
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))
Paramètres
- streamProviderName
- String
- partition
- String
- serviceId
- String
- loggerFactory
- ILoggerFactory