AgentSnapshotMeetsThreshold Property |
Gets or sets a value indicating whether the agent meets the threshold for agent selection that is set by the coordinator.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public bool MeetsThreshold { get; set; }
Public Property MeetsThreshold As Boolean
Get
Set
Property Value
Type:
Booleantrue if meets threshold; otherwise,
false.
See Also