com.onlineobject.objectnet Namespace

NetworkEventsCore..::..IsBroadcastEvent Method

Checks if an event code is marked as a broadcast event.

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

Syntax


public bool IsBroadcastEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

True if the event code is marked for broadcasting; otherwise, false.