IndirectProbeResponse 结构

定义

表示通过中间节点探测节点的结果。

[System.Serializable]
public struct IndirectProbeResponse
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct IndirectProbeResponse
[<System.Serializable>]
type IndirectProbeResponse = struct
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type IndirectProbeResponse = struct
Public Structure IndirectProbeResponse
继承
IndirectProbeResponse
属性

属性

FailureMessage

如果探测未成功,则为失败消息。

IntermediaryHealthScore

中间节点的运行状况分数。

ProbeResponseTime

探测尝试的持续时间。

Succeeded

true 如果探测成功,则为 ;否则为 false

方法

ToString()

表示通过中间节点探测节点的结果。

适用于