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
true if service existed, otherwise false if service did not exist
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | if a FME Repository exception occurred |
IFMERepositoryManager Interface | IFMERepositoryManager Members | Safe.FMEServer.API Namespace