com.onlineobject.objectnet Namespace

NetworkEventEntry Constructor

Constructs a new NetworkEventEntry with the specified code and name.

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

Syntax


public NetworkEventEntry(

	int code,

	string name

)

Parameters

code
Type: Int32
The unique code for the network event.
name
Type: String
The name or description of the network event.