com.onlineobject.objectnet Namespace

NetworkEventsDatabase Members

The NetworkEventsDatabase type exposes the following members.

Methods


  Name Description
Public method EventExists(String)
Checks if an event with the specified name exists.
Public method EventExists(Int32)
Checks if an event with the specified code exists.
Public method GetEvent
Retrieves a NetworkEventEntry by its name.
Public method GetEventCode
Retrieves the code of an event by its name.
Public method GetEventName
Retrieves the name of an event by its code.
Public method GetEvents
Retrieves an array of all registered network events.
Public method GetRegisteredEventsName
Retrieves the names of all registered events, optionally excluding specified events.
Public method RegisterEvent
Registers a new event with the given name.
Public method UnregisterEvent(String)
Unregisters an event by its name.
Public method UnregisterEvent(NetworkEventEntry)
Unregisters a specific NetworkEventEntry.