com.onlineobject.objectnet Namespace

NetworkEventsDatabase..::..GetEventName Method

Retrieves the name of an event by its code.

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

Syntax


public string GetEventName(

	int code

)

Parameters

code
Type: Int32
The code of the event.

Return Value

The name of the event if found, null otherwise.