AzureQueueAdapterFactory Constructeurs
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
AzureQueueAdapterFactory(String, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<String,IBatchContainer>, ILoggerFactory)
- Source:
- AzureQueueAdapterFactory.cs
- Source:
- AzureQueueAdapterFactory.cs
- Source:
- AzureQueueAdapterFactory.cs
- Source:
- AzureQueueAdapterFactory.cs
public AzureQueueAdapterFactory (string name, Orleans.Configuration.AzureQueueOptions options, Orleans.Configuration.SimpleQueueCacheOptions cacheOptions, Orleans.Streams.IQueueDataAdapter<string,Orleans.Streams.IBatchContainer> dataAdapter, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Providers.Streams.AzureQueue.AzureQueueAdapterFactory : string * Orleans.Configuration.AzureQueueOptions * Orleans.Configuration.SimpleQueueCacheOptions * Orleans.Streams.IQueueDataAdapter<string, Orleans.Streams.IBatchContainer> * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Providers.Streams.AzureQueue.AzureQueueAdapterFactory
Public Sub New (name As String, options As AzureQueueOptions, cacheOptions As SimpleQueueCacheOptions, dataAdapter As IQueueDataAdapter(Of String, IBatchContainer), loggerFactory As ILoggerFactory)
Paramètres
- name
- String
- options
- AzureQueueOptions
- cacheOptions
- SimpleQueueCacheOptions
- dataAdapter
- IQueueDataAdapter<String,IBatchContainer>
- loggerFactory
- ILoggerFactory
S’applique à
AzureQueueAdapterFactory(String, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<String,IBatchContainer>, IServiceProvider, IOptions<ClusterOptions>, SerializationManager, ILoggerFactory)
- Source:
- AzureQueueAdapterFactory.cs
public AzureQueueAdapterFactory (string name, Orleans.Configuration.AzureQueueOptions options, Orleans.Configuration.SimpleQueueCacheOptions cacheOptions, Orleans.Streams.IQueueDataAdapter<string,Orleans.Streams.IBatchContainer> dataAdapter, IServiceProvider serviceProvider, Microsoft.Extensions.Options.IOptions<Orleans.Configuration.ClusterOptions> clusterOptions, Orleans.Serialization.SerializationManager serializationManager, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Providers.Streams.AzureQueue.AzureQueueAdapterFactory : string * Orleans.Configuration.AzureQueueOptions * Orleans.Configuration.SimpleQueueCacheOptions * Orleans.Streams.IQueueDataAdapter<string, Orleans.Streams.IBatchContainer> * IServiceProvider * Microsoft.Extensions.Options.IOptions<Orleans.Configuration.ClusterOptions> * Orleans.Serialization.SerializationManager * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Providers.Streams.AzureQueue.AzureQueueAdapterFactory
Public Sub New (name As String, options As AzureQueueOptions, cacheOptions As SimpleQueueCacheOptions, dataAdapter As IQueueDataAdapter(Of String, IBatchContainer), serviceProvider As IServiceProvider, clusterOptions As IOptions(Of ClusterOptions), serializationManager As SerializationManager, loggerFactory As ILoggerFactory)
Paramètres
- name
- String
- options
- AzureQueueOptions
- cacheOptions
- SimpleQueueCacheOptions
- dataAdapter
- IQueueDataAdapter<String,IBatchContainer>
- serviceProvider
- IServiceProvider
- clusterOptions
- IOptions<ClusterOptions>
- serializationManager
- SerializationManager
- loggerFactory
- ILoggerFactory