ServiceProviderIRegistryRegister Method |
Registers a service.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxbool Register(
ServiceProvider service
)
Parameters
- service
- Type: Demo3D.NetServiceProvider
The service provider to register.
Return Value
Type:
BooleanFalse if the service provider is already registered.
Remarks
If this provider supports services that are already supported by an existing provider,
then this one takes precedence. It hides the previous implementation. If the 'hidden' implementation
supports other services, then it will still be used for those services.
See Also