ILogConsistencyProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要針對記錄一致性提供者實作的介面。
public interface ILogConsistencyProvider : Orleans.LogConsistency.ILogViewAdaptorFactory, Orleans.Providers.IProvider
type ILogConsistencyProvider = interface
interface IProvider
interface ILogViewAdaptorFactory
Public Interface ILogConsistencyProvider
Implements ILogViewAdaptorFactory, IProvider
- 衍生
- 實作
屬性
Log |
取得這個記錄一致性提供者所使用的 TraceLogger。 |
Name |
此提供者實例的名稱,如組態中提供給它一樣。 (繼承來源 IProvider) |
UsesStorageProvider |
如果建構配接器需要儲存提供者,則傳回 true。 (繼承來源 ILogViewAdaptorFactory) |
方法
Close() |
關閉此提供者實例的函式。 (繼承來源 IProvider) |
Init(String, IProviderRuntime, IProviderConfiguration) |
建立新的提供者類別實例時,一開始由一位在一起由一位提供者提供者管理員所呼叫的初始化函式 (繼承來源 IProvider) |
MakeLogViewAdaptor<TLogView,TLogEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, String, IGrainStorage, ILogConsistencyProtocolServices) |
ILogViewAdaptor<TLogView,TLogEntry>建構要安裝在指定主機粒紋中的 。 (繼承來源 ILogViewAdaptorFactory) |
MakeLogViewAdaptor<TLogView,TLogEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, String, IStorageProvider, ILogConsistencyProtocolServices) |
ILogViewAdaptor<TLogView,TLogEntry>建構要安裝在指定主機粒紋中的 。 (繼承來源 ILogViewAdaptorFactory) |