PayloadDisassembler(IPayloadSender, Guid) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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。