com.onlineobject.objectnet Namespace

NetworkEventsCore..::..HasEvent Method

Checks if an event with the specified code is registered.

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

Syntax


public bool HasEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

True if the event is registered; otherwise, false.