XWB DEFERRED RPC (434)    REMOTE PROCEDURE (8994)

Name Value
NAME XWB DEFERRED RPC
TAG EN1
ROUTINE XWBDRPC
RETURN VALUE TYPE ARRAY
AVAILABILITY PUBLIC
VERSION 1
DESCRIPTION
This is the RPC that is called to request that a RPC be run through
taskman in the background.
 
The first parameter is the name of the RPC to be run.
 
The next 1-10 parameters are the ones for the RPC.
INPUT PARAMETER
  • RPC
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This parameter is the name of the RPC to be run in the background.  This
    first input parameter may include an optional version information about
    the RPC, making the syntax like this: RPCname^RPCversion.  The optional
    version number will be placed in XWBAPVER when the RPC runs in the
    background.
    
RETURN PARAMETER DESCRIPTION
The return value is always an array.  The first node of the array is equal
to a string that serves as a HANDLE. This is used to check the status of a
RPC request and to retrieve the results of the RPC. In the case of an
error condition, the first node of the array is equal to a string with the
syntax "-1^error text".