AwaitableAttachment.ResolveFromSourceAsync(Attachment) Method

Definition

protected virtual System.Threading.Tasks.Task<System.IO.Stream> ResolveFromSourceAsync (Microsoft.Bot.Connector.Attachment source);
abstract member ResolveFromSourceAsync : Microsoft.Bot.Connector.Attachment -> System.Threading.Tasks.Task<System.IO.Stream>
override this.ResolveFromSourceAsync : Microsoft.Bot.Connector.Attachment -> System.Threading.Tasks.Task<System.IO.Stream>
Protected Overridable Function ResolveFromSourceAsync (source As Attachment) As Task(Of Stream)

Parameters

source
Attachment

Returns

Applies to