次の方法で共有


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)

パラメーター

適用対象