FME Server .NET API

IFMETransformationResult.RequesterResultPort Property

The local port on the client to which the result is to be sent. The client is listening on this port for the result.

[Visual Basic]
Property RequesterResultPort As Integer
[C#]
int RequesterResultPort {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