Del via


CancelDisassembler(IPayloadSender, Guid, Char) Constructor

Definition

Initializes a new instance of the CancelDisassembler class.

public CancelDisassembler (Microsoft.Bot.Streaming.PayloadTransport.IPayloadSender sender, Guid id, char type);
new Microsoft.Bot.Streaming.Payloads.CancelDisassembler : Microsoft.Bot.Streaming.PayloadTransport.IPayloadSender * Guid * char -> Microsoft.Bot.Streaming.Payloads.CancelDisassembler
Public Sub New (sender As IPayloadSender, id As Guid, type As Char)

Parameters

sender
IPayloadSender

The PayloadSender this Cancel request will be sent by.

id
Guid

The ID of the PayloadStream to cancel.

type
Char

The type of the PayloadStream that is being cancelled.

Applies to