AgentSnapshot.HostPool Property |
Gets or sets the host pool snapshot.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic IList<HostSnapshot> HostPool { get; set; }
Public Property HostPool As IList(Of HostSnapshot)
Get
Set
Property Value
Type:
IList<HostSnapshot>The list of host info.
See Also