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