ILogConsistencyProtocolServices 接口

定义

由使用自定义一致性或复制协议的日志视图适配器使用的功能。 抽象不同群集中日志一致性粒度的副本之间的通信。

public interface ILogConsistencyProtocolServices
type ILogConsistencyProtocolServices = interface
Public Interface ILogConsistencyProtocolServices

属性

GrainId

此粒度的 ID。

MyClusterId

此群集的 ID。 如果不存在多群集网络,则返回“I”。

方法

CaughtException(String, Exception)

记录日志一致性协议中捕获的异常。

CaughtUserCodeException(String, String, Exception)

记录用户代码中发生的异常,以便进行某些回调

DeepCopy<T>(T)

复制提供的参数。

Log(LogLevel, String, Object[])

在指定的日志级别输出指定的消息。

ProtocolError(String, Boolean)

记录日志一致性协议中发生的错误。

适用于