com.onlineobject.objectnet Namespace

NetworkEventsDatabase..::..RegisterEvent Method

Registers a new event with the given name.

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

Syntax


public NetworkEventEntry RegisterEvent(

	string name

)

Parameters

name
Type: String
The name of the event to register.

Return Value

The registered NetworkEventEntry, or the existing one if it's already registered.