FME Server .NET API

IFMEServerSession.CreateService Method ()

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

[Visual Basic]
Function CreateService() As Safe.FMEServer.API.IFMEService
[C#]
IFMEService CreateService();

Return Value

a new IFMEService instance.

See Also

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