Table of Contents

Event OnClose

Namespace
Skyline.DataMiner.Utils.DOM.UnitTesting
Assembly
Skyline.DataMiner.Utils.DOM.dll

Event that is raised when the connection gets closed. Useful when passing the connection to other threads that should be made aware when the connection is closed so that pending operations can be aborted.

public event ConnectionClosedHandler OnClose

Returns

ConnectionClosedHandler
Event that is raised when the connection gets closed. Useful when passing the connection to other threads that should be made aware when the connection is closed so that pending operations can be aborted.
Implements