PoolManagerServices class
Allows control of the Pool Manager service. Also retrieves all the configured pools.
Prototype
public class PoolManagerServices
Member of HostFront.Pool.PoolManagerServices
Methods
The following methods are associated with the PoolManagerServices class.
ControlServices (HostFront.Pool.ControlAction)
Allows the control action of the Pool Manager service.
Prototype
public static void ControlService (HostFront.EAI.PoolManager.ControlAction action)
Member of HostFront.Pool.PoolManagerServices.
Parameters
The action to perform.
PoolManagerServices
Creates the object and retrieves the list of pools.
Prototype
public PoolManagerServices (System.Int32 listeningPort)
Member of HostFront.Pool.PoolManagerServices
Parameters
listeningPort: The listening port of the pool manager.
Properties
The following properties are associated with the PoolManagerServices class.
Items
Returns the pool information at a given position.
Prototype
public HostFront.Pool.PoolItemCollection Items [ get]
Member of HostFront.Pool.PoolManagerServices
ListeningPort
Returns the listening port of the Pool Manager.
Prototype
public int ListeningPort [ get]
Member of HostFront.Pool.PoolManagerServices