RequestManager.GetResponseAsync(Guid, CancellationToken) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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