Partager via


SendOperations.SendResponseAsync(Guid, StreamingResponse) Méthode

Définition

Opération d’envoi utilisée pour envoyer un Response.

public System.Threading.Tasks.Task SendResponseAsync (Guid id, Microsoft.Bot.Streaming.StreamingResponse response);
member this.SendResponseAsync : Guid * Microsoft.Bot.Streaming.StreamingResponse -> System.Threading.Tasks.Task
Public Function SendResponseAsync (id As Guid, response As StreamingResponse) As Task

Paramètres

id
Guid

ID à affecter au ResponseDisassembler utilisé par cette opération.

response
StreamingResponse

Message à envoyer.

Retours

Tâche représentant le status de l’opération.

S’applique à