AzureQueueAdapterFactory<TDataAdapter> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AzureQueueAdapterFactory<TDataAdapter>()
public AzureQueueAdapterFactory ();
Public Sub New ()
適用於
AzureQueueAdapterFactory<TDataAdapter>(String, AzureQueueOptions, SimpleQueueCacheOptions, IServiceProvider, IOptions<ClusterOptions>, SerializationManager, ILoggerFactory)
public AzureQueueAdapterFactory (string name, Orleans.Configuration.AzureQueueOptions options, Orleans.Configuration.SimpleQueueCacheOptions cacheOptions, 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<'DataAdapter (requires 'DataAdapter :> Orleans.Providers.Streams.AzureQueue.IAzureQueueDataAdapter)> : string * Orleans.Configuration.AzureQueueOptions * Orleans.Configuration.SimpleQueueCacheOptions * IServiceProvider * Microsoft.Extensions.Options.IOptions<Orleans.Configuration.ClusterOptions> * Orleans.Serialization.SerializationManager * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Providers.Streams.AzureQueue.AzureQueueAdapterFactory<'DataAdapter (requires 'DataAdapter :> Orleans.Providers.Streams.AzureQueue.IAzureQueueDataAdapter)>
Public Sub New (name As String, options As AzureQueueOptions, cacheOptions As SimpleQueueCacheOptions, serviceProvider As IServiceProvider, clusterOptions As IOptions(Of ClusterOptions), serializationManager As SerializationManager, loggerFactory As ILoggerFactory)
參數
- name
- String
- options
- AzureQueueOptions
- cacheOptions
- SimpleQueueCacheOptions
- serviceProvider
- IServiceProvider
- clusterOptions
- IOptions<ClusterOptions>
- serializationManager
- SerializationManager
- loggerFactory
- ILoggerFactory