com.onlineobject.objectnet Namespace

CoreCallbacks..::..OnEventsDestroy Field

Action to be called when an INetworkEventsCore manager is destroyed.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static Action<INetworkEventsCore> OnEventsDestroy

Remarks


External systems can subscribe to this action to be notified when an existing network events manager is destroyed. The INetworkEventsCore instance is passed to the subscribers, allowing them to perform cleanup or other necessary actions before the manager is completely disposed of.