com.onlineobject.objectnet Namespace

INetworkEventsCore..::..IsBroadcastEvent Method

Checks if an event with the specified event code is registered as a broadcast event.

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

Syntax


bool IsBroadcastEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The unique identifier for the event.

Return Value

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