FME Server .NET API

IFMEServerSession.CreateTransformationResult Method (String)

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.

[Visual Basic]
Function CreateTransformationResult( _
   ByVal serverResponse As String _
) As Safe.FMEServer.API.IFMETransformationResult
[C#]
IFMETransformationResult CreateTransformationResult(
   string serverResponse
);

Parameters

serverResponse
A valid FME Server response string.

Return Value

Returns a new, filled IFMETransformationResult instance.

See Also

IFMEServerSession Interface | IFMEServerSession Members | Safe.FMEServer.API Namespace | IFMEServerSession.CreateTransformationResult Overload List