FME Server .NET API

IFMEServerSession Members

Public Instance Methods

CreateServerConnectionInfoOverloaded. Creates a new IFMEServerConnectionInfo for TCPIP communication.
CreateServiceOverloaded. Creates a new IFMEService. The service created is by default enabled but unnamed. Appropriate setters should be called on the service object.
CreateTransformationRequestOverloaded. Creates a new IFMETransformationRequest. No validation is performed on this method's parameters; thus, if the specified keyword or path does not exist, this will not be discovered until the user attempts to run the transformation.
CreateTransformationResultOverloaded. 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.
Disconnect Disconnects the session with the FME Server. This should be called when a server session is no longer needed to free up resources.
GetLogManager Gets the log manager.
GetNotificationManager Gets the notification manager.
GetProperty Gets the specified property for the current session.
GetRepositoryManager Gets the repository manager.
GetScheduleManager Gets the schedule manager.
GetSecurityManager Gets the security manager.
GetTransformationManager Get the transformation manager.
Init

See Also

IFMEServerSession Interface | Safe.FMEServer.API Namespace