共用方式為


LogConsistencyProvider 建構函式

定義

多載

LogConsistencyProvider()
LogConsistencyProvider(CustomStorageLogConsistencyOptions)

LogConsistencyProvider()

public LogConsistencyProvider ();
Public Sub New ()

適用於

LogConsistencyProvider(CustomStorageLogConsistencyOptions)

來源:
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)

參數

適用於