C# 클래스 DotNetWorkQueue.Queue.GenerateMessageHeaders

Generates the headers for a message, by adding any user specified headers
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
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