Neokernel API

ServiceManager.unregister(String, Object, Object) Method

Unregisters a service implementation using the specified service name and if authorization is accepted returns true; returns false otherwise.

public static bool unregister(
   string serviceName,
   object serviceImpl,
   object authorization
);

See Also

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