FME Server .NET API

IFMETransformationResult.Request Property

The original request string from the client that produced this result.

[Visual Basic]
Property Request As String
[C#]
string Request {get;}

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionThe value could not be parsed from the FME Server response string.

See Also

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