CancelDisassembler(IPayloadSender, Guid, Char) コンストラクター

定義

CancelDisassembler クラスの新しいインスタンスを初期化します。

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)

パラメーター

sender
IPayloadSender

このキャンセルリクエストの PayloadSender は、

id
Guid

キャンセル PayloadStream のIDを出してください。

type
Char

キャンセルされる PayloadStream の種類。

適用対象