Click or drag to resize

IDuplexTypedMessageReceiverTResponse, TRequestSendResponseMessage Method

[Missing <summary> documentation for "M:Eneter.Messaging.EndPoints.TypedMessages.IDuplexTypedMessageReceiver`2.SendResponseMessage(System.String,`0)"]

Namespace:  Eneter.Messaging.EndPoints.TypedMessages
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
void SendResponseMessage(
	string responseReceiverId,
	TResponse responseMessage
)

Parameters

responseReceiverId
Type: SystemString

[Missing <param name="responseReceiverId"/> documentation for "M:Eneter.Messaging.EndPoints.TypedMessages.IDuplexTypedMessageReceiver`2.SendResponseMessage(System.String,`0)"]

responseMessage
Type: TResponse

[Missing <param name="responseMessage"/> documentation for "M:Eneter.Messaging.EndPoints.TypedMessages.IDuplexTypedMessageReceiver`2.SendResponseMessage(System.String,`0)"]

See Also