IndirectProbeResponse 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示通过中间节点探测节点的结果。
[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 |
|
方法
ToString() |
表示通过中间节点探测节点的结果。 |