AsyncRequestMessage<T>.Response Property

Definition

Gets the message response.

public System.Threading.Tasks.Task<T> Response { get; }
member this.Response : System.Threading.Tasks.Task<'T>
Public ReadOnly Property Response As Task(Of T)

Property Value

Task<T>

Exceptions

Applies to