Channel Constructor (String, Type) |
Creates a new Channel.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic Channel(
string? name,
Type channelSupportedService
)
Parameters
- name
- Type: SystemString
The channel name. - channelSupportedService
- Type: SystemType
List of services supported directly by this channel.
See Also