DataStream..::..RegisterGlobalStream<(Of <(<'T>)>)> Method
Registers a global stream handler for a specific data type.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
Type Parameters
- T
- The type of the stream handler.
Parameters
- dataType
- Type: Type
The data type to associate with the stream handler.
- streamType
- Type: T
The stream handler type.

