(RPC Manager Library)
Description: Instructs RPC Manager that the local service instance considers itself a good server candidate.
Returns: Nothing
Usage: Script (Subroutine call only)
Format: \RPCManager\RecommendPrimary(Service [, OptGUID]);
Parameters: Service the name by which the service is known.
OptGUID { text } { optional } { default: see note }
An optional parameter that provides the GUID of the application in which the service instance is located. The default is the application to which the caller belongs.
Comments: This subroutine is a member of the RPC Manager's Library, and must therefore be prefaced by \RPCManager\, as shown in the "Format" section. If the application you are developing is a script application, the subroutine call must be prefaced by System\RPCManager\, and the System variable must be declared in AppMod.src.