Click or drag to resize

ServiceProvider Constructor

Creates a new service provider.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
protected ServiceProvider(
	IEnumerable<Type> supportedServices,
	IEnumerable<Type> requiredServices,
	ConnectionSharing sharing = ConnectionSharing.Default
)

Parameters

supportedServices
Type: System.Collections.GenericIEnumerableType
The list of services supported by this service provider. (Typically just one service.)
requiredServices
Type: System.Collections.GenericIEnumerableType
The list of services required by this service provider.
sharing (Optional)
Type: Demo3D.NetConnectionSharing
Flags to control connection sharing for connections that require this service.
See Also