Del via


SendOperations(IPayloadSender) Constructor

Definition

Initializes a new instance of the SendOperations class.

public SendOperations (Microsoft.Bot.Streaming.PayloadTransport.IPayloadSender payloadSender);
new Microsoft.Bot.Streaming.Payloads.SendOperations : Microsoft.Bot.Streaming.PayloadTransport.IPayloadSender -> Microsoft.Bot.Streaming.Payloads.SendOperations
Public Sub New (payloadSender As IPayloadSender)

Parameters

payloadSender
IPayloadSender

The IPayloadSender that will send the disassembled data from all of this instance's send operations.

Applies to