DestinationProbingResult 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.
Result of a destination's active health probing.
public readonly struct DestinationProbingResult
type DestinationProbingResult = struct
Public Structure DestinationProbingResult
- Inheritance
-
DestinationProbingResult
Constructors
DestinationProbingResult(DestinationState, HttpResponseMessage, Exception) |
Properties
Destination |
Probed destination. |
Exception |
Exception thrown during probing. It is null in case of a success. |
Response |
Response recieved. It can be null in case of a failure. |