RequestMessage<T>.Reply(T) Method

Definition

Replies to the current request message.

public void Reply (T response);
member this.Reply : 'T -> unit
Public Sub Reply (response As T)

Parameters

response
T

The response to use to reply to the request message.

Exceptions

Thrown if Response has already been set.

Applies to