Neokernel API

ServiceManager.unregister Method

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

Overload List

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)

See Also

ServiceManager Class | com.neokernel.nk Namespace