Partilhar via


RequestManager.GetResponseAsync(Guid, CancellationToken) Método

Definição

System.Object.GetResponseAsync(System.Guid,System.Threading.CancellationToken)
public System.Threading.Tasks.Task<Microsoft.Bot.Streaming.ReceiveResponse> GetResponseAsync (Guid requestId, System.Threading.CancellationToken cancellationToken);
abstract member GetResponseAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Streaming.ReceiveResponse>
override this.GetResponseAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Streaming.ReceiveResponse>
Public Function GetResponseAsync (requestId As Guid, cancellationToken As CancellationToken) As Task(Of ReceiveResponse)

Parâmetros

requestId
Guid
cancellationToken
CancellationToken

Devoluções

Aplica-se a