com.onlineobject.objectnet Namespace

InternalProtocolEvents..::..IsInternalEvent Method

Determines if the provided event code corresponds to an internal event.

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

Syntax


public static bool IsInternalEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

true if the event code is for an internal event; otherwise, false.