Click or drag to resize

ResponseReceiverEventArgs Constructor

Initializes a new instance of the ResponseReceiverEventArgs class

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

Parameters

responseReceiverId
Type: SystemString

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

senderAddress
Type: SystemString

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

See Also