com.onlineobject.objectnet Namespace

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

Registers an input with a specified name and type.

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

Syntax


public IInputEntry<T> RegisterInput<T>(

	string name

)

Type Parameters

T
The type of the input to register.

Parameters

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

Return Value

An interface to the registered input entry.