GetClientMode

(RPC Manager Library)

Description: Returns a one-dimensional array of the modes of the clients of the specified service instance.
Returns: Array
Usage: Steady State only.
Function Groups: Network
Related to:  
Format: \RPCManager.GetClientMode(Service [, OptGUID]);
Parameters:  
Service
Required. The name by which the service is known.
OptGUI
An optional parameter that is any expression giving the 16-byte binary form of the globally unique identifier (GUID) for the application in which the service instance is located. The default is the application to which the caller belongs.
Comments:

This module 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 module call must be prefaced by System\RPCManager, and the System variable must be declared in AppRoot.src.

The mode value represents the current synchronization state of the client, with respect to the local service instance. Presently, one of the following values may be returned in each array element

\RPC_ACCEPT_ALL - the client is fully synchronized.
\RPC_SYNC_MODE - the client is being synchronized.
\RPC_LINKCONTROL_ONLY - client requires synchronization.

RPC Manager Service