PayloadDisassembler.GetStreamAsync 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.
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.