IndirectProbeResponse Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
|
Methods
ToString() | Returns the fully qualified type name of this instance. |