ServiceProviderFilterServices Method |
Filters out services that conflict with our directly supported service.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxprotected virtual void FilterServices(
Type serviceType,
List<ServiceProvider> serviceProviders
)
Parameters
- serviceType Type
- The type of the service being filtered.
- serviceProviders ListServiceProvider
-
The current list of service providers providing this service.
Edit this list to remove (or add) service providers appropriately.
See Also