FME Server .NET API

IFMERepositoryManager.GetService Method 

Gets the specified FME service.

[Visual Basic]
Function GetService( _
   ByVal name As String _
) As Safe.FMEServer.API.IFMEService
[C#]
IFMEService GetService(
   string name
);

Parameters

name
the unique name that identifies the FME service

Return Value

an IFMEService. If no service is found for specified name, null is returned.

Exceptions

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

See Also

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