ILogConsistencyProtocolServices 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用自訂一致性或複寫通訊協定的記錄檢視配接器使用的功能。 將不同叢集中記錄一致細微性複本之間的通訊抽象化。
public interface ILogConsistencyProtocolServices
type ILogConsistencyProtocolServices = interface
Public Interface ILogConsistencyProtocolServices
屬性
GrainId |
此粒紋的識別碼。 |
MyClusterId |
此叢集的識別碼。 如果沒有多叢集網路存在,則會傳回 「I」。 |
方法
CaughtException(String, Exception) |
記錄在記錄一致性通訊協定中攔截到的例外狀況。 |
CaughtUserCodeException(String, String, Exception) |
針對某些回呼,記錄使用者程式碼中發生的例外狀況 |
DeepCopy<T>(T) |
複製提供的引數。 |
Log(LogLevel, String, Object[]) |
在指定的記錄層級輸出指定的訊息。 |
ProtocolError(String, Boolean) |
記錄記錄一致性通訊協定中發生的錯誤。 |