AgentSnapshot.ThresholdFailureReason 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.10.0.1777 (2.10.0.1777)
Syntaxpublic string ThresholdFailureReason { get; set; }
Public Property ThresholdFailureReason As String
Get
Set
Property Value
Type:
String
The threshold failure reason.
See Also