com.onlineobject.objectnet Namespace

NetworkEventsDatabase..::..GetEvent Method

Retrieves a NetworkEventEntry by its name.

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

Syntax


public NetworkEventEntry GetEvent(

	string name

)

Parameters

name
Type: String
The name of the event.

Return Value

The NetworkEventEntry if found, null otherwise.