com.onlineobject.objectnet Namespace

NetworkObject..::..HasEvent Method

Checks if an event with the specified event code is present.

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

Syntax


public bool HasEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check for.

Return Value

True if the event exists, otherwise false.