AwaitableAttachment.ResolveFromSourceAsync(Attachment) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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