IDataStream..::..RegisterStream<(Of <(<'T>)>)> Method
Registers a stream with the data stream for a specific data type.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
Type Parameters
- T
- The type of the stream to register.
Parameters
- dataType
- Type: Type
The data type associated with the stream.
- stream
- Type: T
The stream to register.

