Neokernel API

ServiceManager.getService(String, Object) Method

Returns an implementation for the specified service name if the service was found, and the authorization was accepted; null (Nothing in Visual Basic) otherwise.

public static object getService(
   string serviceName,
   object authorization
);

See Also

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