AsyncRequestMessage<T>.Response Property
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.
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
Thrown when HasReceivedResponse is false
.