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() |
中間ノードを介してノードをプローブした結果を表します。 |