BrokerResponseEnumerator<TMessage> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class BrokerResponseEnumerator<TMessage> : Microsoft.Hpc.Scheduler.Session.Internal.IResponseServiceCallback, System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.Session.BrokerResponse<TMessage>>, System.Collections.Generic.IEnumerator<Microsoft.Hpc.Scheduler.Session.BrokerResponse<TMessage>>
type BrokerResponseEnumerator<'Message> = class
interface IEnumerator<BrokerResponse<'Message>>
interface IDisposable
interface IEnumerator
interface IResponseServiceCallback
interface seq<BrokerResponse<'Message>>
interface IEnumerable
Public Class BrokerResponseEnumerator(Of TMessage)
Implements IEnumerable(Of BrokerResponse(Of TMessage)), IEnumerator(Of BrokerResponse(Of TMessage)), IResponseServiceCallback
Type Parameters
- TMessage
- Inheritance
-
BrokerResponseEnumerator<TMessage>
- Implements
-
IResponseServiceCallback IEnumerable<BrokerResponse<TMessage>> IEnumerator<BrokerResponse<TMessage>>
Properties
| Current |
Methods
| Dispose() | |
| Finalize() | |
| GetEnumerator() | |
| MoveNext() | |
| Reset() | |
| SendResponse(Message, String) |
Explicit Interface Implementations
| IEnumerable.GetEnumerator() | |
| IEnumerator.Current | |
| IResponseServiceCallback.Close() | |
| IResponseServiceCallback.SendBrokerDownSignal(Boolean) | |
| IResponseServiceCallback.SendResponse(Message) |