BrokerResponseEnumerator Generic Class
Represents a set of responses from a service-oriented architecture (SOA) service to a set of requests sent by an SOA client.
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)
public class BrokerResponseEnumerator<TMessage> : IEnumerator<BrokerResponse<TMessage>>, IDisposable, IEnumerator, IResponseServiceCallback, IEnumerable<BrokerResponse<TMessage>>, IEnumerable
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.
This class allows you to enumerate the responses through the MoveNext method.
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: