Allows control of the Pool Manager service. Also retrieves all the configured pools.
Continue()
Suspends the HostFront Pool Manager Service.
Prototype
public void Continue ( )
Member of HostFront.Pool.PoolManager
Pause()
Pauses the HostFront Pool Manager Service.
Prototype
public void Pause ( )
Member of HostFront.Pool.PoolManager
PublishPool()
Registers the remotable object ConnectionPool on the service end as a well-known type. This method is for internal use by
HostFront only.
Prototype
public void PublishPools ( )
Member of HostFront.Pool.PoolManager
RaiseMessage (String)
The 'RaiseMessagel' class is for internal use by HostFront only.
Prototype
public void RaiseMessage ( System.String msg )
Member of HostFront.Pool.PoolManager
ShutDown()
Shuts down the HostFront Pool Manager Service.
Prototype
public void Shutdown ( )
Member of HostFront.Pool.PoolManager
Start (System.Diagnostics.EventLog.Bool)
Starts the HostFront Pool Manager Service.
Prototype
public void Start (System.Diagnostics.EventLog evtLog,System.Boolean silent)
Member of HostFront.Pool.PoolManager
Stop
Stops the HostFront Pool Manager Service.
Prototype
public void Stop ( )
Member of HostFront.Pool.PoolManager