CollectionRequestMessage<T>.Reply(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.