IndirectProbeResponse Struct

Definition

Represents the result of probing a node via an intermediary node.

[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
Inheritance
IndirectProbeResponse
Attributes

Properties

FailureMessage

The failure message if the probe did not succeed.

IntermediaryHealthScore

The health score of the intermediary node.

ProbeResponseTime

The duration of the probe attempt.

Succeeded

true if the probe succeeded; otherwise, false.

Methods

ToString()

Returns the fully qualified type name of this instance.

Applies to