Edit

Share via


IndirectProbeResponse Struct

Definition

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

[Orleans.GenerateSerializer]
[Orleans.Immutable]
[System.Serializable]
public readonly struct IndirectProbeResponse
[System.Serializable]
public struct IndirectProbeResponse
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<System.Serializable>]
type IndirectProbeResponse = struct
[<System.Serializable>]
type IndirectProbeResponse = struct
Public Structure IndirectProbeResponse
Inheritance
IndirectProbeResponse
Attributes

Properties

Name Description
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

Name Description
ToString()

Returns the fully qualified type name of this instance.

Applies to