IToiNameService Interface Reference
Description
The Name Service is used by applications and platform services to locate other platform services. The address is needed to create an IPC caller to the service.
import "IToiNameService.idl";
List of all members.
Public Member Functions |
void | LookupObject (in string name, out string address) raises (TToiInvalidArgumentException) |
Member Function Documentation
This function returns the IPC address for the provided service name.
- Parameters:
-
| name | The service name for the which the IPC address is requested. |
- Return values:
-
| address | The IPC address of the requested service name. |
- Exceptions:
-