LogConsistencyConfigurationExtensions.AddCustomStorageInterfaceBasedLogConsistencyProvider Method
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.
Adds a log consistency provider of type LogConsistencyProvider
public static void AddCustomStorageInterfaceBasedLogConsistencyProvider (this Orleans.Runtime.Configuration.ClusterConfiguration config, string providerName = "LogStorage", string primaryCluster = default);
static member AddCustomStorageInterfaceBasedLogConsistencyProvider : Orleans.Runtime.Configuration.ClusterConfiguration * string * string -> unit
<Extension()>
Public Sub AddCustomStorageInterfaceBasedLogConsistencyProvider (config As ClusterConfiguration, Optional providerName As String = "LogStorage", Optional primaryCluster As String = Nothing)
Parameters
- config
- ClusterConfiguration
The cluster configuration object to add provider to.
- providerName
- String
The provider name.
- primaryCluster
- String