BrokerResponse Generic Class
Represents a single response that a service-oriented architecture (SOA) service sent to the client to fulfill a request.
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)
J# supports the use of generic APIs, but not the declaration of new ones.
JScript does not support generic types or methods.
GenericParameters
- TMessage
The type of the response message. You create a TMessage type by adding a service reference to the Visual Studio project for the client application or by running the svcutil tool.
You get a BrokerResponse object by receiving it through your implementation of the BrokerResponseHandler delegate or from a BrokerResponseEnumerator object that you retrieve with the GetResponses method.
Call the Dispose method when you finish using the BrokerResponse object.
Platform Note: This class 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 Utilities
Build Date:
Community Additions
ADD
Show: