PoolStatus property
Describes the status of any one pool.
Continuing
Remote pool is continuing.
Prototype
public static const HostFront.Pool.PoolStatus Continuing
Member of HostFront.Pool.PoolStatus
None
No status action.
Prototype
public static const HostFront.Pool.PoolStatus None
Member of HostFront.Pool.PoolStatus
Paused
Remote pool has paused.
Prototype
public static const HostFront.Pool.PoolStatus Paused
Member of HostFront.Pool.PoolStatus
Pausing
Remote pool is pausing.
Prototype
public static const HostFront.Pool.PoolStatus Pausing
Member of HostFront.Pool.PoolStatus
Started
Remote pool has started.
Prototype
public static const HostFront.Pool.PoolStatus Started
Member of HostFront.Pool.PoolStatus
Starting
Remote pool is starting.
Prototype
public static const HostFront.Pool.PoolStatus Starting
Member of HostFront.Pool.PoolStatus
Stopped
Remote pool has stopped.
Prototype
public static const HostFront.Pool.PoolStatus Stopped
Member of HostFront.Pool.PoolStatus
Stopping
Remote pool is stopping.
Prototype
public static const HostFront.Pool.PoolStatus Stopping
Member of HostFront.Pool.PoolStatus
Related Links
General class library reference (Parent Topic)