SetSyncComplete

(RPC Manager Library)

Description: Informs RPC Manager that service synchronization is complete as far as the local service instance is concerned. Subroutine call only.
Returns: Nothing
Usage: Script or steady state.
Function Groups: Network
Related to:
Format: \RPCManager\SetSyncComplete(Service [, OptGUID, Value]);
Parameters:  
Service
Required. A name by which the service is known.
OptGUID
An optional parameter indicating the GUID of the application in which the service instance is located. The default is the application to which the caller belongs.
Value
An optional Boolean that will indicate the completion state (1 default).
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 AppRoot.src.

Client Changes