NetworkInput..::..RegisterInput<(Of <(<'T>)>)> Method
Registers an input of the specified type and name.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public IInputEntry<T> RegisterInput<T>( string inputName )
Type Parameters
- T
- The type of the input value.
Parameters
- inputName
- Type: String
The name of the input.

