FME Server .NET API

IFMERepositoryManager.UpdateService Method 

Updates an existing FME service in the FME Repository.

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

Parameters

service
the FME service to update

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Repository exception occurred. An exception will also occur if the FME service to update does not already exist.

See Also

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