Click or drag to resize

ChannelInstance Class

An instance of a channel.
Inheritance Hierarchy
SystemObject
  Demo3D.NetChannelInstance

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public class ChannelInstance

The ChannelInstance type exposes the following members.

Constructors
 NameDescription
Public methodChannelInstance Creates a new channel.
Top
Properties
 NameDescription
Public propertyName Name of the channel.
Top
Methods
 NameDescription
Public methodFindService(Type, Boolean, ServiceProvider) Returns an object that implements a specific API, or null. For example, an IO API such as IPacketIOService.
Public methodFindServiceT(Boolean) Returns an object that implements a specific API, or null. For example, an IO API such as IPacketIOService.
Public methodGetServiceT Returns an object that implements a specific API, or throws an exception. For example, an IO API such as IPacketIOService.
Top
See Also