GeneratorAdapterFactory コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GeneratorAdapterFactory()
public GeneratorAdapterFactory ();
Public Sub New ()
適用対象
GeneratorAdapterFactory(String, HashRingStreamQueueMapperOptions, StreamStatisticOptions, IServiceProvider, Serializer, ILoggerFactory)
public GeneratorAdapterFactory (string providerName, Orleans.Configuration.HashRingStreamQueueMapperOptions queueMapperOptions, Orleans.Configuration.StreamStatisticOptions statisticOptions, IServiceProvider serviceProvider, Orleans.Serialization.Serializer serializer, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Providers.Streams.Generator.GeneratorAdapterFactory : string * Orleans.Configuration.HashRingStreamQueueMapperOptions * Orleans.Configuration.StreamStatisticOptions * IServiceProvider * Orleans.Serialization.Serializer * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Providers.Streams.Generator.GeneratorAdapterFactory
Public Sub New (providerName As String, queueMapperOptions As HashRingStreamQueueMapperOptions, statisticOptions As StreamStatisticOptions, serviceProvider As IServiceProvider, serializer As Serializer, loggerFactory As ILoggerFactory)
パラメーター
- providerName
- String
- queueMapperOptions
- HashRingStreamQueueMapperOptions
- statisticOptions
- StreamStatisticOptions
- serviceProvider
- IServiceProvider
- serializer
- Serializer
- loggerFactory
- ILoggerFactory
適用対象
GeneratorAdapterFactory(String, HashRingStreamQueueMapperOptions, StreamStatisticOptions, IServiceProvider, SerializationManager, ITelemetryProducer, ILoggerFactory)
public GeneratorAdapterFactory (string providerName, Orleans.Configuration.HashRingStreamQueueMapperOptions queueMapperOptions, Orleans.Configuration.StreamStatisticOptions statisticOptions, IServiceProvider serviceProvider, Orleans.Serialization.SerializationManager serializationManager, Orleans.Runtime.ITelemetryProducer telemetryProducer, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Providers.Streams.Generator.GeneratorAdapterFactory : string * Orleans.Configuration.HashRingStreamQueueMapperOptions * Orleans.Configuration.StreamStatisticOptions * IServiceProvider * Orleans.Serialization.SerializationManager * Orleans.Runtime.ITelemetryProducer * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Providers.Streams.Generator.GeneratorAdapterFactory
Public Sub New (providerName As String, queueMapperOptions As HashRingStreamQueueMapperOptions, statisticOptions As StreamStatisticOptions, serviceProvider As IServiceProvider, serializationManager As SerializationManager, telemetryProducer As ITelemetryProducer, loggerFactory As ILoggerFactory)
パラメーター
- providerName
- String
- queueMapperOptions
- HashRingStreamQueueMapperOptions
- statisticOptions
- StreamStatisticOptions
- serviceProvider
- IServiceProvider
- serializationManager
- SerializationManager
- telemetryProducer
- ITelemetryProducer
- loggerFactory
- ILoggerFactory