Unregisters a service implementation using the specified service name and returns true if successful; returns false otherwise.
Inherited from Agent.
public virtual void unregister()
Unregisters a service implementation using the specified service name and returns true if successful; returns false otherwise.
public static bool unregister(string,object)
Unregisters a service implementation using the specified service name and if authorization is accepted returns true; returns false otherwise.
public static bool unregister(string,object,object)
ServiceManager Class | com.neokernel.nk Namespace