Neokernel API

ServiceManagerInterface.unregisterService Method

Unregisters the specified service implementation under the specified service name. If the authorization is not null (Nothing in Visual Basic), it can be used by the implementation to authenticate and/or route service manager requests. Returns true if successful; false otherwise.

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

See Also

ServiceManagerInterface Interface | com.neokernel.nk Namespace