FME Server .NET API

IFMEScheduleManager.CreateTransformationTaskConfig Method 

Creates a task configuration for a transformation request.

[Visual Basic]
Function CreateTransformationTaskConfig( _
   ByVal category As String, _
   ByVal name As String, _
   ByVal description As String, _
   ByVal transformationRequest As Safe.FMEServer.API.IFMETransformationRequest _
) As Safe.FMEServer.API.Schedule.IFMETransformationTaskConfig
[C#]
IFMETransformationTaskConfig CreateTransformationTaskConfig(
   string category,
   string name,
   string description,
   IFMETransformationRequest transformationRequest
);

Parameters

category
the task category
name
the task name
description
the task description
transformationRequest
transformationRequest the transformation request

Return Value

a new IFMETransformationTaskConfig instance.

See Also

IFMEScheduleManager Interface | IFMEScheduleManager Members | Safe.FMEServer.API.Schedule Namespace