Perform a synchronous translation transaction with the connected FME Server. This method will block until results are delivered. A free port will be dynamically allocated for result delivery. If you need to specify a particular port to be bound, specify requesterResultPort as a directive in the translation request.
string TransactJob(string,string,0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]);
Perform a synchronous translation transaction with the connected FME Server. This method will block until results are delivered. A free port will be dynamically allocated for result delivery. If you need to specify a particular port to be bound, specify requesterResultPort as a directive in the translation request.
IFMETransformationResult TransactJob(IFMETransformationRequest);
IFMETransformationManager Interface | IFMETransformationManager Members | Safe.FMEServer.API Namespace