com.onlineobject.objectnet Namespace

RelayServerEvents..::..IsRelayEvent Method

Checks if the provided event code is within the range of defined relay event codes.

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

Syntax


public static bool IsRelayEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

True if the event code is a relay event, false otherwise.