BrokerResponse.IsLastResponse Property
Gets whether the response is the last response for a set of requests.
Namespace: Microsoft.Hpc.Scheduler.Session
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)
BrokerResponse Members
Microsoft.Hpc.Scheduler.Session Namespace
GetResponses
GetResponses
SetResponseHandler
SetResponseHandler
SendRequest
Namespace: Microsoft.Hpc.Scheduler.Session
Assembly: Microsoft.Hpc.Scheduler.Session (in Microsoft.Hpc.Scheduler.Session.dll)
/** @property */ public boolean get_IsLastResponse ()
public function get IsLastResponse () : boolean
Property Value
A Boolean that indicates whether the response is the last response for a set of requests. True indicates that the response is the last response for the set of requests. False indicates that the response is not the last response.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 property was introduced in Windows HPC Server 2008 R2 and is not supported in earlier versions.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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 UtilitiesReference
BrokerResponse ClassBrokerResponse Members
Microsoft.Hpc.Scheduler.Session Namespace
GetResponses
GetResponses
SetResponseHandler
SetResponseHandler
SendRequest
Build Date:
Community Additions
ADD
Show: