com.onlineobject.objectnet Namespace

NetworkManager..::..IsBroadcastEvent Method

Checks if an event code corresponds to a broadcast event.

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

Syntax


public static bool IsBroadcastEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

True if the event code is for a broadcast event, false otherwise.