LogConsistencyProvider Constructors
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.
Overloads
LogConsistencyProvider() | |
LogConsistencyProvider(CustomStorageLogConsistencyOptions) |
LogConsistencyProvider()
public LogConsistencyProvider ();
Public Sub New ()
Applies to
LogConsistencyProvider(CustomStorageLogConsistencyOptions)
- Source:
- LogConsistencyProvider.cs
public LogConsistencyProvider (Orleans.Configuration.CustomStorageLogConsistencyOptions options);
new Orleans.EventSourcing.CustomStorage.LogConsistencyProvider : Orleans.Configuration.CustomStorageLogConsistencyOptions -> Orleans.EventSourcing.CustomStorage.LogConsistencyProvider
Public Sub New (options As CustomStorageLogConsistencyOptions)