Click or drag to resize

BCSTask.Submit Method (String, BCFSObject, Nullable<DateTime>, Int32)

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.111.0)
Syntax
public void Submit(
	string progID,
	BCFSObject anObject,
	DateTime? startAt,
	int priority
)

Parameters

progID
Type: System.String
The ProgID of the task's COM class.
anObject
Type: BlueCieloECM.InnoCielo.Meridian.Server.BCFSObject
The current object for the task.
startAt
Type: System.Nullable<DateTime>
The time to start the task.
priority
Type: System.Int32
The priority of the task.
See Also