com.onlineobject.objectnet Namespace

InputNetwork Constructor

Initializes a new instance of the InputNetwork class.

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

Syntax


public InputNetwork(

	INetworkInput input,

	bool active

)

Parameters

input
Type: com.onlineobject.objectnet..::..INetworkInput
The network input handler.
active
Type: Boolean
Indicates whether the network should be active upon creation.