com.onlineobject.objectnet Namespace

INetworkEventsCore Methods

The INetworkEventsCore type exposes the following members.

Methods


  Name Description
Public method ExecuteEvent
Executes the callback associated with the specified event code, passing the provided IDataStream to it.
Public method HasEvent
Checks if an event with the specified event code has been registered.
Public method IsBroadcastEvent
Checks if an event with the specified event code is registered as a broadcast event.
Public method RegisterBroadcastEvent
Registers an event as a broadcast event, which may be sent to all interested parties.
Public method RegisterEvent
Registers a callback action to be invoked when an event with the specified event code occurs.
Public method UnregisterBroadcastEvent
Unregisters an event from being a broadcast event.