PayloadSender.Disconnect(DisconnectedEventArgs) Method
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.
Disconnects the PayloadSender from its ITransportSender.
public void Disconnect (Microsoft.Bot.Streaming.Transport.DisconnectedEventArgs e = default);
abstract member Disconnect : Microsoft.Bot.Streaming.Transport.DisconnectedEventArgs -> unit
override this.Disconnect : Microsoft.Bot.Streaming.Transport.DisconnectedEventArgs -> unit
Public Sub Disconnect (Optional e As DisconnectedEventArgs = Nothing)
Parameters
Optional arguments to proprogate during disconnection.