FME Server .NET API

IFMERepository.DeregisterWorkspaceService Method 

De-registers an FME workspace from an FME service.

[Visual Basic]
Function DeregisterWorkspaceService( _
   ByVal workspaceName As String, _
   ByVal serviceName As String _
) As Boolean
[C#]
bool DeregisterWorkspaceService(
   string workspaceName,
   string serviceName
);

Parameters

workspaceName
the name of the FME workspace
serviceName
the unique name that identifies the FME service

Return Value

true if workspace service existed and was removed, otherwise false if workspace service did not exist

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Server exception occurred

See Also

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