AgentSnapshot Constructor (Guid, Boolean) |
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic AgentSnapshot(
Guid id,
bool registered
)
Public Sub New (
id As Guid,
registered As Boolean
)
Parameters
- id
- Type: System.Guid
The agent identifier. - registered
- Type: System.Boolean
if set to true [registered].
See Also