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