Jaa


NamedPipeClient.Disconnected Event

Definition

An event to be fired when the underlying transport is disconnected. Any application communicating with this client should subscribe to this event.

public event Microsoft.Bot.Streaming.Transport.DisconnectedEventHandler Disconnected;
member this.Disconnected : Microsoft.Bot.Streaming.Transport.DisconnectedEventHandler 
Public Event Disconnected As DisconnectedEventHandler 

Event Type

Implements

Applies to