Condividi tramite


RequestManager.GetResponseAsync(Guid, CancellationToken) Metodo

Definizione

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)

Parametri

requestId
Guid
cancellationToken
CancellationToken

Restituisce

Si applica a