Share via


PayloadDisassembler(IPayloadSender, Guid) Constructor

Definition

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.

Applies to