Channel(String, IEnumerableType) Constructor |
Creates a new Channel.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic Channel(
string? name,
IEnumerable<Type> channelSupportedServices
)
Parameters
- name String
- The channel name.
- channelSupportedServices IEnumerableType
- List of services supported directly by this channel.
See Also