com.onlineobject.objectnet Namespace

INetworkEventsCore..::..HasEvent Method

Checks if an event with the specified event code has been registered.

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

Syntax


bool HasEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The unique identifier for the event.

Return Value

True if the event is registered, otherwise false.