INetworkElement..::..RegisterDeviceBehavior<(Of <(<'T, E>)>)> Method
Registers a device behavior with the network element.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
void RegisterDeviceBehavior<T, E>( INetworkEntity<T, E> behavior ) where E : IDataStream
Type Parameters
- T
- The type of the entity.
- E
- The type of the data stream.
Parameters
- behavior
- Type: com.onlineobject.objectnet..::..INetworkEntity<(Of <(<'T, E>)>)>
The device behavior to register.

