FME Server .NET API

IFMETransformationManager.GetLogFileInfo Method 

Gets the log file properties for the specified job ID.

[Visual Basic]
Function GetLogFileInfo( _
   ByVal jobID As Long _
) As Safe.FMEServer.API.IFMELogFileInfo
[C#]
IFMELogFileInfo GetLogFileInfo(
   long jobID
);

Parameters

jobID
the ID of the job whose log file properties is to be fetched

Return Value

the IFMELogFileInfo object if the log file information is available, otherwise null is returned

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Server exception occurred

See Also

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