C# Класс DotNetWorkQueue.Queue.GenerateMessageHeaders

Generates the headers for a message, by adding any user specified headers
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GenerateMessageHeaders() публичный Метод

Initializes a new instance of the GenerateMessageHeaders class.
public GenerateMessageHeaders ( ICorrelationIdFactory correlationIdFactory ) : System.Collections.Generic
correlationIdFactory ICorrelationIdFactory The correlation identifier factory.
Результат System.Collections.Generic

HeaderSetup() публичный Метод

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.
Результат object>.Dictionary