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

