Click or drag to resize

DuplexChannelEventArgs Constructor

Initializes a new instance of the DuplexChannelEventArgs class

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

Parameters

channelId
Type: SystemString

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

responseReceiverId
Type: SystemString

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

senderAddress
Type: SystemString

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

See Also