次の方法で共有


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()

中間ノードを介してノードをプローブした結果を表します。

適用対象