Click or drag to resize

Channel Constructor (String, IEnumerableType)

Creates a new Channel.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public 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