Click or drag to resize

Channel(String, IEnumerableType) Constructor

Creates a new Channel.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public Channel(
	string? name,
	IEnumerable<Type> channelSupportedServices
)

Parameters

name  String
The channel name.
channelSupportedServices  IEnumerableType
List of services supported directly by this channel.
See Also