com.onlineobject.objectnet Namespace

CoreCallbacks..::..OnEventsManagerCreate Field

Action to be called when an INetworkEventsCore manager is created.

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

Syntax


public static Action<INetworkEventsCore> OnEventsManagerCreate

Remarks


External systems can subscribe to this action to be notified when a new network events manager is instantiated. The INetworkEventsCore instance is passed to the subscribers.