Click or drag to resize
BCSTaskSubmit Method (String, BCFSObject, NullableDateTime, Int32, String)
Submits the active task for processing.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void Submit(
	string progID,
	BCFSObject anObject,
	Nullable<DateTime> startAt,
	int priority,
	string machineName
)

Parameters

progID
Type: SystemString
The ProgID of the task's COM class.
anObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFSObject
The current object for the task.
startAt
Type: SystemNullableDateTime
The time to start the task.
priority
Type: SystemInt32
The priority of the task.
machineName
Type: SystemString
The name of the machine that hosts the TaskManager service.
See Also