com.onlineobject.objectnet Namespace

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

Registers a behavior with the network object.

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

Syntax


public void RegisterBehavior<T, E>(

	INetworkEntity<T, E> behavior

)

where E : IDataStream

Type Parameters

T
The type of the behavior entity.
E
The type of the data stream.

Parameters

behavior
Type: com.onlineobject.objectnet..::..INetworkEntity<(Of <(<'T, E>)>)>
The behavior to register.