ChannelInstance Class |
Namespace: Demo3D.Net
public class ChannelInstance
The ChannelInstance type exposes the following members.
| Name | Description | |
|---|---|---|
| ChannelInstance |
Creates a new channel.
|
| Name | Description | |
|---|---|---|
| FindService(Type, Boolean, ServiceProvider) |
Returns an object that implements a specific API, or null.
For example, an IO API such as IPacketIOService.
| |
| FindServiceT(Boolean) |
Returns an object that implements a specific API, or null.
For example, an IO API such as IPacketIOService.
| |
| GetServiceT |
Returns an object that implements a specific API, or throws an exception.
For example, an IO API such as IPacketIOService.
|