Freigeben über


MemoryGrainStorageWithLatency Konstruktoren

Definition

Überlädt

MemoryGrainStorageWithLatency(String, MemoryStorageWithLatencyOptions, ILoggerFactory, IGrainFactory)

Standardkonstruktor

MemoryGrainStorageWithLatency(String, MemoryStorageWithLatencyOptions, ILoggerFactory, IGrainFactory, IGrainStorageSerializer)

Standardkonstruktor

MemoryGrainStorageWithLatency(String, MemoryStorageWithLatencyOptions, ILoggerFactory, IGrainFactory)

Quelle:
MemoryStorageWithLatency.cs

Standardkonstruktor

public MemoryGrainStorageWithLatency (string name, Orleans.Storage.MemoryStorageWithLatencyOptions options, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, Orleans.IGrainFactory grainFactory);
new Orleans.Storage.MemoryGrainStorageWithLatency : string * Orleans.Storage.MemoryStorageWithLatencyOptions * Microsoft.Extensions.Logging.ILoggerFactory * Orleans.IGrainFactory -> Orleans.Storage.MemoryGrainStorageWithLatency
Public Sub New (name As String, options As MemoryStorageWithLatencyOptions, loggerFactory As ILoggerFactory, grainFactory As IGrainFactory)

Parameter

name
String
loggerFactory
ILoggerFactory
grainFactory
IGrainFactory

Gilt für:

MemoryGrainStorageWithLatency(String, MemoryStorageWithLatencyOptions, ILoggerFactory, IGrainFactory, IGrainStorageSerializer)

Quelle:
MemoryStorageWithLatency.cs
Quelle:
MemoryStorageWithLatency.cs
Quelle:
MemoryStorageWithLatency.cs
Quelle:
MemoryStorageWithLatency.cs

Standardkonstruktor

public MemoryGrainStorageWithLatency (string name, Orleans.Storage.MemoryStorageWithLatencyOptions options, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, Orleans.IGrainFactory grainFactory, Orleans.Storage.IGrainStorageSerializer defaultGrainStorageSerialzier);
new Orleans.Storage.MemoryGrainStorageWithLatency : string * Orleans.Storage.MemoryStorageWithLatencyOptions * Microsoft.Extensions.Logging.ILoggerFactory * Orleans.IGrainFactory * Orleans.Storage.IGrainStorageSerializer -> Orleans.Storage.MemoryGrainStorageWithLatency
Public Sub New (name As String, options As MemoryStorageWithLatencyOptions, loggerFactory As ILoggerFactory, grainFactory As IGrainFactory, defaultGrainStorageSerialzier As IGrainStorageSerializer)

Parameter

name
String
loggerFactory
ILoggerFactory
grainFactory
IGrainFactory
defaultGrainStorageSerialzier
IGrainStorageSerializer

Gilt für: