C# Class DotNetWorkQueue.Factory.MessageFactory

Creates new instance of IMessage
Inheritance: IMessageFactory
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Create ( dynamic body, object>.IDictionary additionalHeaders ) : IMessage

Creates a new instance of Message with the specified message body

Method Details

Create() public méthode

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
Résultat IMessage