PayloadDisassembler(IPayloadSender, Guid) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe PayloadDisassembler.
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)
Paramètres
- sender
- IPayloadSender
PayloadSender utilisé pour envoyer les blocs de charge utile désassemblé.
- id
- Guid
ID de ce désassembleur.