Click or drag to resize

StringResponseReceivedEventArgs Constructor

Initializes a new instance of the StringResponseReceivedEventArgs class

Namespace:  Eneter.Messaging.EndPoints.StringMessages
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public StringResponseReceivedEventArgs(
	string responseMessage
)

Parameters

responseMessage
Type: SystemString

[Missing <param name="responseMessage"/> documentation for "M:Eneter.Messaging.EndPoints.StringMessages.StringResponseReceivedEventArgs.#ctor(System.String)"]

See Also