Click or drag to resize

posModelStandardcreatePrimaryTasks Method (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

It will be called by [!:pipelineMachine.run(IPipelineModel)] method to get initial tasks to run

Namespace:  imbWBI.Core.WebClassifier.pipelineMCRepo.model
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public override List<IPipelineTask> createPrimaryTasks(
	Object[] resources
)

Parameters

resources
Type: SystemObject
Arbitrary resources that might be used for task creation

Return Value

Type: ListIPipelineTask

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.pipelineMCRepo.model.posModelStandard.createPrimaryTasks(System.Object[])"]

Implements

IPipelineModelcreatePrimaryTasks(Object)
See Also