IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
A simple class that tracks data about this agencies active and available agents More...
Public Member Functions | |
void | Add (AgentRecord r) |
void | Remove (Guid agentId) |
void | Clear () |
Properties | |
AgentRecord | this[Guid id] [get, set] |
AgentRecord | this[ITestAgent agent] [get] |
Private Attributes | |
Dictionary< Guid, AgentRecord > | agentData = new Dictionary<Guid, AgentRecord>() |
A simple class that tracks data about this agencies active and available agents
|
inline |
References NUnit.Engine.Services.TestAgency.AgentRecord.Id.
Referenced by NUnit.Engine.Services.TestAgency.LaunchAgentProcess().
|
inline |
|
inline |
|
private |
|
getset |
|
get |