Neokernel API

ServiceManager.unregisterService(String, Object, Object) Method

Unregisters the specified service implementation under the specified service name. Authorization is ignored. Returns true if successful; false otherwise.

public virtual bool unregisterService(
   string serviceName,
   object serviceImpl,
   object authorization
);

Implements

ServiceManagerInterface.unregisterService

See Also

ServiceManager Class | com.neokernel.nk Namespace | ServiceManager.unregisterService Overload List