C# Class DotNetWorkQueue.Queue.GenerateMessageHeaders

Generates the headers for a message, by adding any user specified headers
Exibir arquivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
GenerateMessageHeaders ( ICorrelationIdFactory correlationIdFactory ) : System.Collections.Generic

Initializes a new instance of the GenerateMessageHeaders class.

HeaderSetup ( IAdditionalMessageData data ) : object>.Dictionary

Generates the headers for a message, and sets a correlation ID if the user didn't provide one.

Method Details

GenerateMessageHeaders() public method

Initializes a new instance of the GenerateMessageHeaders class.
public GenerateMessageHeaders ( ICorrelationIdFactory correlationIdFactory ) : System.Collections.Generic
correlationIdFactory ICorrelationIdFactory The correlation identifier factory.
return System.Collections.Generic

HeaderSetup() public method

Generates the headers for a message, and sets a correlation ID if the user didn't provide one.
public HeaderSetup ( IAdditionalMessageData data ) : object>.Dictionary
data IAdditionalMessageData The data.
return object>.Dictionary