C# Class DotNetWorkQueue.Queue.GenerateMessageHeaders

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

Méthodes publiques

Méthode 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 méthode

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

HeaderSetup() public méthode

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.
Résultat object>.Dictionary