Click or drag to resize

ChannelInstanceGetServiceT Method

Returns an object that implements a specific API, or throws an exception. For example, an IO API such as IPacketIOService.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public T GetService<T>()
where T : class

Type Parameters

T
The service to find.

Return Value

Type: T
The service implementation.
See Also