FME Server .NET API

IFMERepository.RegisterWorkspaceService Method 

Registers an FME workspace with an FME service.

[Visual Basic]
Sub RegisterWorkspaceService( _
   ByVal workspaceName As String, _
   ByVal serviceName As String _
)
[C#]
void RegisterWorkspaceService(
   string workspaceName,
   string serviceName
);

Parameters

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

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Server exception occurred. An error will also occur

See Also

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