PayloadDisassembler(IPayloadSender, Guid) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PayloadDisassembler class.
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)
Parameters
- sender
- IPayloadSender
The PayloadSender used to send the disassembled payload chunks.
- id
- Guid
The ID of this disassembler.