Share via


DisconnectingDelegate Delegate

Definition

Describes the event handler that can be implemented by remote app to get notified on a Disconnecting event.

public delegate void DisconnectingDelegate(DisconnectReason disconnectReason);
type DisconnectingDelegate = delegate of DisconnectReason -> unit
Public Delegate Sub DisconnectingDelegate(disconnectReason As DisconnectReason)

Parameters

disconnectReason
DisconnectReason

The reason for disconnecting

Applies to