AzureQueueAdapterFactory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- name
- String
- options
- AzureQueueOptions
- cacheOptions
- SimpleQueueCacheOptions
- dataAdapter
- IQueueDataAdapter<String,IBatchContainer>
- loggerFactory
- ILoggerFactory
Applies to
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)
Parameters
- name
- String
- options
- AzureQueueOptions
- cacheOptions
- SimpleQueueCacheOptions
- dataAdapter
- IQueueDataAdapter<String,IBatchContainer>
- serviceProvider
- IServiceProvider
- clusterOptions
- IOptions<ClusterOptions>
- serializationManager
- SerializationManager
- loggerFactory
- ILoggerFactory