com.onlineobject.objectnet Namespace

NetworkElementBase..::..RegisterDeviceBehavior<(Of <(<'T, E>)>)> Method

Registers a device behavior with the network entity.

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

Syntax


public 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 network entity behavior to register.