CancelDisassembler(IPayloadSender, Guid, Char) 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 CancelDisassembler class.
public CancelDisassembler (Microsoft.Bot.Streaming.PayloadTransport.IPayloadSender sender, Guid id, char type);
new Microsoft.Bot.Streaming.Payloads.CancelDisassembler : Microsoft.Bot.Streaming.PayloadTransport.IPayloadSender * Guid * char -> Microsoft.Bot.Streaming.Payloads.CancelDisassembler
Public Sub New (sender As IPayloadSender, id As Guid, type As Char)
Parameters
- sender
- IPayloadSender
The PayloadSender this Cancel request will be sent by.
- id
- Guid
The ID of the PayloadStream to cancel.
- type
- Char
The type of the PayloadStream that is being cancelled.