JsonRpc.Disconnected Event
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.
Raised when the underlying stream is disconnected.
public event EventHandler<StreamJsonRpc.JsonRpcDisconnectedEventArgs> Disconnected;
public event EventHandler<StreamJsonRpc.JsonRpcDisconnectedEventArgs>? Disconnected;
member this.Disconnected : EventHandler<StreamJsonRpc.JsonRpcDisconnectedEventArgs>
Public Custom Event Disconnected As EventHandler(Of JsonRpcDisconnectedEventArgs)