BrokerClientBehaviors Enumeration
Specifies the behavior of the BrokerResponse.IsLastResponse property.
Namespace: Microsoft.Hpc.Scheduler.Session
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)
Namespace: Microsoft.Hpc.Scheduler.Session
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)
| Member name | Description |
|---|---|
| EnableIsLastResponseProperty | Enables the BrokerResponse.IsLastResponse property. |
| None | Disables the BrokerResponse.IsLastResponse property. |
When the Behaviors property is set to EnableIsLastResponseProperty, the IsLastResponse will return true when the BrokerResponse object contains the last response. The BrokerResponse object will hold the last response until the EndRequests method is called.
When the Behaviors property is set to None, the BrokerResponse object will return the response immediately without the need to call the EndRequests method. However, the IsLastResponse property will always return false, even when the BrokerResponse object contains the last response.
Platform Note: This enumeration was introduced in Microsoft HPC Pack 2012 and is not supported in previous versions.
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: