com.onlineobject.objectnet Namespace

NetworkEventsDatabase..::..GetRegisteredEventsName Method

Retrieves the names of all registered events, optionally excluding specified events.

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

Syntax


public string[] GetRegisteredEventsName(

	params string[] eventsToHide

)

Parameters

eventsToHide
Type: array<String>[]()[][]
An array of event names to exclude from the result.

Return Value

An array of event names.