Click or drag to resize

DuplexChannelMessageEventArgs Constructor

Initializes a new instance of the DuplexChannelMessageEventArgs class

Namespace:  Eneter.Messaging.MessagingSystems.MessagingSystemBase
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public DuplexChannelMessageEventArgs(
	string channelId,
	Object message,
	string responseReceiverId,
	string senderAddress
)

Parameters

channelId
Type: SystemString

[Missing <param name="channelId"/> documentation for "M:Eneter.Messaging.MessagingSystems.MessagingSystemBase.DuplexChannelMessageEventArgs.#ctor(System.String,System.Object,System.String,System.String)"]

message
Type: SystemObject

[Missing <param name="message"/> documentation for "M:Eneter.Messaging.MessagingSystems.MessagingSystemBase.DuplexChannelMessageEventArgs.#ctor(System.String,System.Object,System.String,System.String)"]

responseReceiverId
Type: SystemString

[Missing <param name="responseReceiverId"/> documentation for "M:Eneter.Messaging.MessagingSystems.MessagingSystemBase.DuplexChannelMessageEventArgs.#ctor(System.String,System.Object,System.String,System.String)"]

senderAddress
Type: SystemString

[Missing <param name="senderAddress"/> documentation for "M:Eneter.Messaging.MessagingSystems.MessagingSystemBase.DuplexChannelMessageEventArgs.#ctor(System.String,System.Object,System.String,System.String)"]

See Also