Edit

Share via


MemoryAdapterFactory<TSerializer> Constructors

Definition

Overloads

MemoryAdapterFactory<TSerializer>()
MemoryAdapterFactory<TSerializer>(String, StreamCacheEvictionOptions, StreamStatisticOptions, HashRingStreamQueueMapperOptions, IServiceProvider, IGrainFactory, ILoggerFactory)
MemoryAdapterFactory<TSerializer>(String, StreamCacheEvictionOptions, StreamStatisticOptions, HashRingStreamQueueMapperOptions, IServiceProvider, IGrainFactory, ITelemetryProducer, ILoggerFactory)

MemoryAdapterFactory<TSerializer>()

public MemoryAdapterFactory ();
Public Sub New ()

Applies to

MemoryAdapterFactory<TSerializer>(String, StreamCacheEvictionOptions, StreamStatisticOptions, HashRingStreamQueueMapperOptions, IServiceProvider, IGrainFactory, ILoggerFactory)

public MemoryAdapterFactory (string providerName, Orleans.Configuration.StreamCacheEvictionOptions cacheOptions, Orleans.Configuration.StreamStatisticOptions statisticOptions, Orleans.Configuration.HashRingStreamQueueMapperOptions queueMapperOptions, IServiceProvider serviceProvider, Orleans.IGrainFactory grainFactory, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Providers.MemoryAdapterFactory<'Serializer (requires 'Serializer : null and 'Serializer :> Orleans.Providers.IMemoryMessageBodySerializer)> : string * Orleans.Configuration.StreamCacheEvictionOptions * Orleans.Configuration.StreamStatisticOptions * Orleans.Configuration.HashRingStreamQueueMapperOptions * IServiceProvider * Orleans.IGrainFactory * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Providers.MemoryAdapterFactory<'Serializer (requires 'Serializer : null and 'Serializer :> Orleans.Providers.IMemoryMessageBodySerializer)>
Public Sub New (providerName As String, cacheOptions As StreamCacheEvictionOptions, statisticOptions As StreamStatisticOptions, queueMapperOptions As HashRingStreamQueueMapperOptions, serviceProvider As IServiceProvider, grainFactory As IGrainFactory, loggerFactory As ILoggerFactory)

Parameters

providerName
String
statisticOptions
StreamStatisticOptions
serviceProvider
IServiceProvider
grainFactory
IGrainFactory
loggerFactory
ILoggerFactory

Applies to

MemoryAdapterFactory<TSerializer>(String, StreamCacheEvictionOptions, StreamStatisticOptions, HashRingStreamQueueMapperOptions, IServiceProvider, IGrainFactory, ITelemetryProducer, ILoggerFactory)

Source:
MemoryAdapterFactory.cs
public MemoryAdapterFactory (string providerName, Orleans.Configuration.StreamCacheEvictionOptions cacheOptions, Orleans.Configuration.StreamStatisticOptions statisticOptions, Orleans.Configuration.HashRingStreamQueueMapperOptions queueMapperOptions, IServiceProvider serviceProvider, Orleans.IGrainFactory grainFactory, Orleans.Runtime.ITelemetryProducer telemetryProducer, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Providers.MemoryAdapterFactory<'Serializer (requires 'Serializer : null and 'Serializer :> Orleans.Providers.IMemoryMessageBodySerializer)> : string * Orleans.Configuration.StreamCacheEvictionOptions * Orleans.Configuration.StreamStatisticOptions * Orleans.Configuration.HashRingStreamQueueMapperOptions * IServiceProvider * Orleans.IGrainFactory * Orleans.Runtime.ITelemetryProducer * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Providers.MemoryAdapterFactory<'Serializer (requires 'Serializer : null and 'Serializer :> Orleans.Providers.IMemoryMessageBodySerializer)>
Public Sub New (providerName As String, cacheOptions As StreamCacheEvictionOptions, statisticOptions As StreamStatisticOptions, queueMapperOptions As HashRingStreamQueueMapperOptions, serviceProvider As IServiceProvider, grainFactory As IGrainFactory, telemetryProducer As ITelemetryProducer, loggerFactory As ILoggerFactory)

Parameters

providerName
String
statisticOptions
StreamStatisticOptions
serviceProvider
IServiceProvider
grainFactory
IGrainFactory
telemetryProducer
ITelemetryProducer
loggerFactory
ILoggerFactory

Applies to