ChannelServiceHandlerBase.HandleUploadAttachmentAsync Metodo

Definizione

Archivia i dati in un archivio conforme quando si gestiscono le aziende.

public System.Threading.Tasks.Task<Microsoft.Bot.Schema.ResourceResponse> HandleUploadAttachmentAsync (string authHeader, string conversationId, Microsoft.Bot.Schema.AttachmentData attachmentUpload, System.Threading.CancellationToken cancellationToken = default);
member this.HandleUploadAttachmentAsync : string * string * Microsoft.Bot.Schema.AttachmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.ResourceResponse>
Public Function HandleUploadAttachmentAsync (authHeader As String, conversationId As String, attachmentUpload As AttachmentData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceResponse)

Parametri

authHeader
String

Intestazione di autenticazione.

conversationId
String

ID conversazione.

attachmentUpload
AttachmentData

Dati allegati.

cancellationToken
CancellationToken

Token di annullamento utilizzabile da altri oggetti o thread per ricevere l'avviso dell'annullamento.

Restituisce

Oggetto Task<TResult> che rappresenta il risultato dell'operazione asincrona.

Si applica a