registerService
-
wvc.registerService() - registerService(service:
IService): voidRegisters a service in the service registry. If a service with the same name already exists, it will be overwritten.
Parameters
service:
IServiceThe service to register.Returns: void
Throws
If the service does not have a serviceName property.