com.onlineobject.objectnet Namespace

INetworkInput..::..RegisterInput<(Of <(<'T>)>)> Method

Registers a new input with the specified name.

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

Syntax


IInputEntry<T> RegisterInput<T>(

	string inputName

)

Type Parameters

T
The type of the input to register.

Parameters

inputName
Type: String
The name of the input to register.

Return Value

An IInputEntry instance representing the registered input.