다음을 통해 공유


GeneratorAdapterFactory 생성자

정의

오버로드

GeneratorAdapterFactory()
GeneratorAdapterFactory(String, HashRingStreamQueueMapperOptions, StreamStatisticOptions, IServiceProvider, Serializer, ILoggerFactory)
GeneratorAdapterFactory(String, HashRingStreamQueueMapperOptions, StreamStatisticOptions, IServiceProvider, SerializationManager, ITelemetryProducer, ILoggerFactory)

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
statisticOptions
StreamStatisticOptions
serviceProvider
IServiceProvider
serializer
Serializer
loggerFactory
ILoggerFactory

적용 대상

GeneratorAdapterFactory(String, HashRingStreamQueueMapperOptions, StreamStatisticOptions, IServiceProvider, SerializationManager, ITelemetryProducer, ILoggerFactory)

Source:
GeneratorAdapterFactory.cs
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
statisticOptions
StreamStatisticOptions
serviceProvider
IServiceProvider
serializationManager
SerializationManager
telemetryProducer
ITelemetryProducer
loggerFactory
ILoggerFactory

적용 대상