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