C# Class DotNetWorkQueue.Messages.QueueOutputMessages

The results of a producer batch send
Inheritance: IQueueOutputMessages
Show file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
GetEnumerator ( ) : IEnumerator

Gets the enumerator.

QueueOutputMessages ( List messages ) : System.Collections

Initializes a new instance of the QueueOutputMessages class.

this ( int index ) : IQueueOutputMessage

Gets or sets the IQueueOutputMessage at the specified index.

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Gets the enumerator.

Method Details

GetEnumerator() public method

Gets the enumerator.
public GetEnumerator ( ) : IEnumerator
return IEnumerator

QueueOutputMessages() public method

Initializes a new instance of the QueueOutputMessages class.
public QueueOutputMessages ( List messages ) : System.Collections
messages List The messages.
return System.Collections

this() public method

Gets or sets the IQueueOutputMessage at the specified index.
public this ( int index ) : IQueueOutputMessage
index int The index.
return IQueueOutputMessage