RedisGrainStorage Constructor
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.
Creates a new instance of the RedisGrainStorage type.
public RedisGrainStorage(string name, Orleans.Persistence.RedisStorageOptions options, Orleans.Storage.IGrainStorageSerializer grainStorageSerializer, Microsoft.Extensions.Options.IOptions<Orleans.Configuration.ClusterOptions> clusterOptions, Microsoft.Extensions.Logging.ILogger<Orleans.Persistence.RedisGrainStorage> logger);
new Orleans.Persistence.RedisGrainStorage : string * Orleans.Persistence.RedisStorageOptions * Orleans.Storage.IGrainStorageSerializer * Microsoft.Extensions.Options.IOptions<Orleans.Configuration.ClusterOptions> * Microsoft.Extensions.Logging.ILogger<Orleans.Persistence.RedisGrainStorage> -> Orleans.Persistence.RedisGrainStorage
Public Sub New (name As String, options As RedisStorageOptions, grainStorageSerializer As IGrainStorageSerializer, clusterOptions As IOptions(Of ClusterOptions), logger As ILogger(Of RedisGrainStorage))
Parameters
- name
- String
- options
- RedisStorageOptions
- grainStorageSerializer
- IGrainStorageSerializer
- clusterOptions
- IOptions<ClusterOptions>
- logger
- ILogger<RedisGrainStorage>