SendOperations(IPayloadSender) 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 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.