FME Server .NET API

IFMEServerSession.CreateTransformationResult 

Creates a new IFMETransformationResult. The created Objectis empty and ready to be passed to the FME Server's transactJob(...) or getJobResult(...) methods to be filled with transformation result information.

Overload List

Creates a new IFMETransformationResult. The created Objectis empty and ready to be passed to the FME Server's transactJob(...) or getJobResult(...) methods to be filled with transformation result information.

IFMETransformationResult CreateTransformationResult();

Creates a new IFMETransformationResult. The created Objectattempts to parse the given FME Server response string and makes the information in that string available through its various accessor methods.

IFMETransformationResult CreateTransformationResult(string);

See Also

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