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
Returns the job ID of the submitted job.
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | Internal FME Server exception occurred, or input parameter is a null reference (Nothing in Visual Basic). |
IFMETransformationManager Interface | IFMETransformationManager Members | Safe.FMEServer.API Namespace | IFMETransformationManager.SubmitJob Overload List