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