Click or drag to resize

IMultiTypedMessageReceiverSendResponseMessageTResponseMessage Method

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

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

Parameters

responseReceiverId
Type: SystemString

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

responseMessage
Type: TResponseMessage

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

Type Parameters

TResponseMessage

[Missing <typeparam name="TResponseMessage"/> documentation for "M:Eneter.Messaging.EndPoints.TypedMessages.IMultiTypedMessageReceiver.SendResponseMessage``1(System.String,``0)"]

See Also