FME Server .NET API

IFMERepository.WorkspaceServiceExists Method 

Checks if specified FME workspace service exists.

[Visual Basic]
Function WorkspaceServiceExists( _
   ByVal workspaceName As String, _
   ByVal serviceName As String _
) As Boolean
[C#]
bool WorkspaceServiceExists(
   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 specified workspace service exists, otherwise false if workspace service does not exist

Exceptions

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

See Also

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