Del via


PayloadDisassembler.GetStreamAsync Method

Definition

Gets the stream this disassembler is operating on.

public abstract System.Threading.Tasks.Task<Microsoft.Bot.Streaming.Payloads.StreamWrapper> GetStreamAsync ();
abstract member GetStreamAsync : unit -> System.Threading.Tasks.Task<Microsoft.Bot.Streaming.Payloads.StreamWrapper>
Public MustOverride Function GetStreamAsync () As Task(Of StreamWrapper)

Returns

A Task<TResult> representing the result of the asynchronous operation.

Applies to