com.onlineobject.objectnet Namespace

NetworkContainerBase..::..HasEvent Method

Checks if any registered event manager has the specified event code.

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 any event manager has the event code, otherwise false.