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)

'Usage
Dim instance As BrokerClientBehaviors

[FlagsAttribute] 
public enum BrokerClientBehaviors
/** @attribute FlagsAttribute() */ 
public enum BrokerClientBehaviors
FlagsAttribute 
public enum BrokerClientBehaviors

Member nameDescription
EnableIsLastResponsePropertyEnables the BrokerResponse.IsLastResponse property.
NoneDisables 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 2012

Target 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:

2013-04-22

Community Additions

ADD
Show: