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