Freigeben über


AttachmentsExtensions.GetAttachmentInfoAsync Methode

Definition

GetAttachmentInfo.

public static System.Threading.Tasks.Task<Microsoft.Bot.Connector.AttachmentInfo> GetAttachmentInfoAsync (this Microsoft.Bot.Connector.IAttachments operations, string attachmentId, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Bot.Schema.AttachmentInfo> GetAttachmentInfoAsync (this Microsoft.Bot.Connector.IAttachments operations, string attachmentId, System.Threading.CancellationToken cancellationToken = default);
static member GetAttachmentInfoAsync : Microsoft.Bot.Connector.IAttachments * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.AttachmentInfo>
static member GetAttachmentInfoAsync : Microsoft.Bot.Connector.IAttachments * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.AttachmentInfo>
<Extension()>
Public Function GetAttachmentInfoAsync (operations As IAttachments, attachmentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AttachmentInfo)

Parameter

operations
IAttachments

Die Vorgangsgruppe für diese Erweiterungsmethode.

attachmentId
String

Anlagen-ID.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

The AttachmentInfo.

Hinweise

Rufen Sie die AttachmentInfo-Struktur ab, die die Anlagenansichten beschreibt.

Gilt für: