AgentSnapshot.MeetsThreshold 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.10.0.1777 (2.10.0.1777)
Syntaxpublic bool MeetsThreshold { get; set; }
Public Property MeetsThreshold As Boolean
Get
Set
Property Value
Type:
Booleantrue if meets threshold; otherwise,
false.
See Also