Use one of the following two modes to execute anProduction Reporting program on the server. (The modes determine how Production Reporting Remote handles the results of the Production Reporting program.)
Production Reporting Remote Synchronous—Executes anProduction Reporting program on the server, captures any error messages, and notifies you of the completion status. For synchronous mode, use RemoteRun (Method). Control is returned immediately, and you can retrieve the report results later.
Production Reporting Remote Asynchronous—Does not return status information and does not provide notification upon completion or termination of the program. For asynchronous mode, use RemoteRunNoWait (Method)RemoteRunNoWait combined with RemoteGetResults (Method) .
In addition to the methods that run Production Reporting programs and retrieve their results, Production Reporting Remote has general purpose file transfer and remote command methods (such as RemoteGet (Method) and RemotePut (Method). You can use these methods to further customize remoteProduction Reporting execution, as well as exchange files between the local machine and the server.