DisconnectingDelegate Delegate
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.
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