FME Server .NET API

IFMETransformationManager.TransactJob 

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.

Overload List

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);

See Also

IFMETransformationManager Interface | IFMETransformationManager Members | Safe.FMEServer.API Namespace