Message Constructor (PartyAddress, String, IMessageContent, String)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the Message class

Namespace:  WorkZone.Dispatcher.Base.Messages
Assembly:  WorkZone.Dispatcher.Base_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public Message(
	PartyAddress senderAddress,
	string subject,
	IMessageContent content,
	string messageId = null
)

Parameters

senderAddress
Type: WorkZone.Dispatcher.BasePartyAddress

[Missing <param name="senderAddress"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.Message.#ctor(WorkZone.Dispatcher.Base.PartyAddress,System.String,WorkZone.Dispatcher.Base.Messages.IMessageContent,System.String)"]

subject
Type: SystemString

[Missing <param name="subject"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.Message.#ctor(WorkZone.Dispatcher.Base.PartyAddress,System.String,WorkZone.Dispatcher.Base.Messages.IMessageContent,System.String)"]

content
Type: WorkZone.Dispatcher.Base.MessagesIMessageContent

[Missing <param name="content"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.Message.#ctor(WorkZone.Dispatcher.Base.PartyAddress,System.String,WorkZone.Dispatcher.Base.Messages.IMessageContent,System.String)"]

messageId (Optional)
Type: SystemString

[Missing <param name="messageId"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.Message.#ctor(WorkZone.Dispatcher.Base.PartyAddress,System.String,WorkZone.Dispatcher.Base.Messages.IMessageContent,System.String)"]

See Also

Reference