Click or drag to resize

ProtocolRequiredService Constructor (IEnumerableType, String)

Creates a new service requirement, including a set of requires services, and an optional list of preferred protocols.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public RequiredService(
	IEnumerable<Type> requiredServices,
	params string[] preferredProtocols
)

Parameters

requiredServices
Type: System.Collections.GenericIEnumerableType
The list of required services.
preferredProtocols
Type: SystemString
A list of preferred protocols (if any).
See Also