(RPC Manager Library)
Description: This module returns a one-dimensional array of flags, indicating the divert status of each client.
Returns: Array
Usage: Steady State or subroutine call
Format: \RPCManager\GetClientDiverts(Service [, OptGUID])
Parameters: Service { text } { required } { no default }
Any text expression giving the name by which the service is known.
OptGUID { numeric } { optional } { default: see note }
Any optional parameter that is an 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 AppMod.src.
Each client that has service RPCs diverted to an auxiliary holding queue (as a result of the SetDivert function) has its array element in the returned array set to one.
If the 16-byte binary format of the GUID for the application in which the service instance is located is not known, the GetClientGUIDs function may be used to obtain it.
See Also:
You may also refer to RPC Manager Service for a listing of Service Control Methods, RPC Methods, and Deprecated RPC Methods.