C# Class DotNetWorkQueue.Factory.MessageFactory

Creates new instance of IMessage
Inheritance: IMessageFactory
ファイルを表示 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Create ( dynamic body, object>.IDictionary additionalHeaders ) : IMessage

Creates a new instance of Message with the specified message body

Method Details

Create() public method

Creates a new instance of Message with the specified message body
public Create ( dynamic body, object>.IDictionary additionalHeaders ) : IMessage
body dynamic The body.
additionalHeaders object>.IDictionary
return IMessage