BrokerResponseHandler Delegate
Defines the delegate that you need to implement when you subscribe to the responses in a service-oriented architecture (SOA) client by calling the SetResponseHandler method.
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 messages that you want the delegate to receive. 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.
Parameters
- response
A BrokerResponse object that represents a response that the delegate receives and processes.
Platform Note: This delegate was introduced in Windows HPC Server 2008 R2 and is not supported in earlier 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: