Checks if specified FME service exists.
[Visual Basic]
Function ServiceExists( _
ByVal name As String _
) As Boolean
true if service exists, otherwise false if service does not exits.
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | Internal FME Server exception occurred (Nothing in Visual Basic). |
IFMERepositoryManager Interface | IFMERepositoryManager Members | Safe.FMEServer.API Namespace