PayloadDisassembler(IPayloadSender, Guid) 构造函数

定义

初始化 PayloadDisassembler 类的新实例。

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

参数

sender
IPayloadSender

PayloadSender用于发送反汇编的有效负载区块的 。

id
Guid

此反汇编程序 ID。

适用于