IndirectProbeResponse Struct
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
Failure |
The failure message if the probe did not succeed. |
Intermediary |
The health score of the intermediary node. |
Probe |
The duration of the probe attempt. |
Succeeded |
|
To |
Returns the fully qualified type name of this instance. |