PayloadDisassembler.DisassembleAsync(CancellationToken) 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.
Begins the process of disassembling a payload and sending the resulting chunks to the PayloadSender to dispatch over the transport.
public System.Threading.Tasks.Task DisassembleAsync (System.Threading.CancellationToken cancellationToken = default);
member this.DisassembleAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DisassembleAsync (Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- cancellationToken
- CancellationToken
A cancellation token. Not currently used.
Returns
A task representing the state of the disassembly.