FME Server .NET API

IFMERepositoryManager.AddService Method 

Adds an FME service to the FME repository.

[Visual Basic]
Sub AddService( _
   ByVal service As Safe.FMEServer.API.IFMEService _
)
[C#]
void AddService(
   IFMEService service
);

Parameters

service
the FME service to add. The name of the FME service must be unique.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Repository exception occurred

See Also

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