com.onlineobject.objectnet Namespace

INetworkElement..::..HasEvent Method

Checks if an event is registered with the network element.

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

Syntax


bool HasEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

True if the event is registered; otherwise, false.