FME Server .NET API

IFMERepositoryManager.RemoveService Method 

Removes the specified FME service. When an FME service is removed, all corresponding workspace services are also removed.

[Visual Basic]
Function RemoveService( _
   ByVal name As String _
) As Boolean
[C#]
bool RemoveService(
   string name
);

Parameters

name
the unique name of the new FME service

Return Value

true if service existed, otherwise false if service did not exist

Exceptions

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

See Also

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