Sdílet prostřednictvím


CancelDisassembler(IPayloadSender, Guid, Char) Konstruktor

Definice

Inicializuje novou instanci CancelDisassembler třídy.

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)

Parametry

sender
IPayloadSender

Tuto PayloadSender žádost o zrušení odešle.

id
Guid

ID položky, která PayloadStream se má zrušit.

type
Char

Typ PayloadStream rušené položky.

Platí pro