Neokernel API

ServiceManager.unregisterService Method

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

Overload List

Inherited from Agent.

public virtual void unregisterService(string,object)

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

public virtual bool unregisterService(string,object,object)

See Also

ServiceManager Class | com.neokernel.nk Namespace