FME Server .NET API

IFMETransformationManager.SubmitJob Method (IFMETransformationRequest)

Asynchronously submit a translation request. The request is added to the queue and a job ID is returned. This job can then be accessed on the FME Server via the job ID.

[Visual Basic]
Function SubmitJob( _
   ByVal request As Safe.FMEServer.API.IFMETransformationRequest _
) As Long
[C#]
long SubmitJob(
   IFMETransformationRequest request
);

Parameters

request
A valid FME translation request.

Return Value

Returns the job ID of the submitted job.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionInternal FME Server exception occurred, or input parameter is a null reference (Nothing in Visual Basic).

See Also

IFMETransformationManager Interface | IFMETransformationManager Members | Safe.FMEServer.API Namespace | IFMETransformationManager.SubmitJob Overload List