CancelDisassembler class

Streaming cancel disassembler.

Constructors

CancelDisassembler(PayloadSender, string, PayloadTypes)

Initializes a new instance of the CancelDisassembler class.

Methods

disassemble()

Initiates the process of disassembling the request and signals the PayloadSender to begin sending.

Constructor Details

CancelDisassembler(PayloadSender, string, PayloadTypes)

Initializes a new instance of the CancelDisassembler class.

new CancelDisassembler(sender: PayloadSender, id: string, payloadType: PayloadTypes)

Parameters

sender
PayloadSender

The PayloadSender that this Cancel request will be sent by.

id

string

The ID of the Stream to cancel.

payloadType
PayloadTypes

The type of the Stream that is being cancelled.

Method Details

disassemble()

Initiates the process of disassembling the request and signals the PayloadSender to begin sending.

function disassemble()