The following methods are associated with the PoolItem class.
ControlPool
Submits an action to the remote pool described by the PoolAction type.
Prototype
public System.Public System.Booleanean ControlPool (HostFront.EAI.PoolManager.ControlAction action)
Member of HostFront.Pool.PoolItem
Parameters
Action: The action to perform (see ControlAction Enumerator).
Return
Returns whether the control action was successful.
New
This is for internal use only.
ValidPoolActions
Determines the valid actions that can be performed given the status of the remote pool.
Prototype
public static HostFront.EAI.PoolManager.ControlAction ValidPoolActions (HostFront.EAI.PoolManager.PoolStatus status)
Member of HostFront.Pool.PoolItem
Parameters
Status: The status of the remote pool.
Return
A valid action that can be performed.