Neokernel API

ServiceManagerInterface.registerService Method

Registers the specified service implementation under the specified service name. If the authorization is not null (Nothing in Visual Basic), it can be used by the implementation to authenticate and/or route service manager requests. This method returns true if successful; false otherwise.

bool registerService(
   string serviceName,
   object serviceImpl,
   object authorization
);

See Also

ServiceManagerInterface Interface | com.neokernel.nk Namespace