FME Server .NET API

IFMEServerSession.CreateService 

Creates a new IFMEService. The service created is by default enabled but unnamed. Appropriate setters should be called on the service object.

Overload List

Creates a new IFMEService. The service created is by default enabled but unnamed. Appropriate setters should be called on the service object.

IFMEService CreateService();

Creates a new IFMEService. The service is by default enabled.

IFMEService CreateService(string,string,string,string);

See Also

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