BrokerClientStatus Enumeration
Defines values that indicate the state of a BrokerClient object.
Namespace: Microsoft.Hpc.Scheduler.Session.Interface
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)
Namespace: Microsoft.Hpc.Scheduler.Session.Interface
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)
[SerializableAttribute] [DataContractAttribute(Namespace="http://hpc.microsoft.com")] public enum BrokerClientStatus
/** @attribute SerializableAttribute() */ /** @attribute DataContractAttribute(Namespace="http://hpc.microsoft.com") */ public enum BrokerClientStatus
SerializableAttribute DataContractAttribute(Namespace="http://hpc.microsoft.com") public enum BrokerClientStatus
| Member name | Description |
|---|---|
| Finished | Indicates that the BrokerClient object is finished processing requests. |
| Processing | Indicates that the BrokerClient object is processing requests. |
| Ready | Indicates that the BrokerClient object is newly created and ready to process requests. |
| Unknown | Indicates that the BrokerClient object is in an unknown state. |
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: