Neokernel API

ServiceManager.register Method

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

Overload List

Inherited from Agent.

public virtual void register()

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

public static bool register(string,object)

Registers a service implementation using the specified service name and if authorization is accepted returns true; returns false otherwise.

public static bool register(string,object,object)

See Also

ServiceManager Class | com.neokernel.nk Namespace