Neokernel API

ServiceManager.registerService Method

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

Overload List

Inherited from Agent.

public virtual void registerService(string,object)

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

public virtual bool registerService(string,object,object)

See Also

ServiceManager Class | com.neokernel.nk Namespace