AzureQueueAdapterFactory 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- name
- String
- options
- AzureQueueOptions
- cacheOptions
- SimpleQueueCacheOptions
- dataAdapter
- IQueueDataAdapter<String,IBatchContainer>
- loggerFactory
- ILoggerFactory
适用于
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)
参数
- name
- String
- options
- AzureQueueOptions
- cacheOptions
- SimpleQueueCacheOptions
- dataAdapter
- IQueueDataAdapter<String,IBatchContainer>
- serviceProvider
- IServiceProvider
- clusterOptions
- IOptions<ClusterOptions>
- serializationManager
- SerializationManager
- loggerFactory
- ILoggerFactory