共用方式為


AzureQueueAdapterFactory 建構函式

定義

多載

AzureQueueAdapterFactory(String, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<String,IBatchContainer>, ILoggerFactory)
AzureQueueAdapterFactory(String, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<String,IBatchContainer>, IServiceProvider, IOptions<ClusterOptions>, SerializationManager, ILoggerFactory)

AzureQueueAdapterFactory(String, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<String,IBatchContainer>, ILoggerFactory)

來源:
AzureQueueAdapterFactory.cs
來源:
AzureQueueAdapterFactory.cs
來源:
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
loggerFactory
ILoggerFactory

適用於

AzureQueueAdapterFactory(String, AzureQueueOptions, SimpleQueueCacheOptions, IQueueDataAdapter<String,IBatchContainer>, IServiceProvider, IOptions<ClusterOptions>, SerializationManager, ILoggerFactory)

來源:
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
serviceProvider
IServiceProvider
clusterOptions
IOptions<ClusterOptions>
serializationManager
SerializationManager
loggerFactory
ILoggerFactory

適用於