Neokernel API

ServiceManager.getServiceImpl(String, Object) Method

Returns an implementation for the specified service name if one exists; null (Nothing in Visual Basic) otherwise. Authorization is ignored.

public virtual object getServiceImpl(
   string serviceName,
   object authorization
);

Implements

ServiceManagerInterface.getServiceImpl

See Also

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