Neokernel API

ServiceManager.register(String, Object, Object) Method

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

public static bool register(
   string serviceName,
   object serviceImpl,
   object authorization
);

See Also

ServiceManager Class | com.neokernel.nk Namespace | ServiceManager.register Overload List