FME Server .NET API

IFMETransformationManager.ScheduleJob Method (String, String, Int64, 0, Culture=neutral, PublicKeyToken=b77a5c561934e089]])

[Visual Basic]
Function ScheduleJob( _
   ByVal requestKeyword As String, _
   ByVal request As String, _
   ByVal secondsFromNow As Long, _
   ByVal directives As System.Collections.Generic.IDictionary`2([System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089),[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089)) _
) As Long
[C#]
long ScheduleJob(
   string requestKeyword,
   string request,
   long secondsFromNow,
   0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] directives
);

See Also

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