Share via


PayloadDisassembler.DisassembleAsync(CancellationToken) Method

Definition

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.

Applies to