AgentSnapshotThresholdFailureReason Property |
Gets or sets the reason for the threshold failure. If MeetsThreshold is false, this property should
explain the reason for the threshold failure.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public string ThresholdFailureReason { get; set; }
Public Property ThresholdFailureReason As String
Get
Set
Property Value
Type:
String
The threshold failure reason.
See Also