Partager via


RequestManager.SignalResponseAsync(Guid, ReceiveResponse) Méthode

Définition

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

Paramètres

requestId
Guid
response
ReceiveResponse

Retours

S’applique à