BCTaskServer SubmitTask Method (String, IDictionary String, Object , Nullable DateTime , Int32, String, String, String, String, String)Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Adds a new task to the task queue.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public void SubmitTask(
	string progID,
	IDictionary<string, Object> args,
	Nullable<DateTime> startAt,
	int priority,
	string currentObjectID,
	string machineName,
	string vaultOrDataStoreName,
	string workAreaID,
	string userName
)

Parameters

progID
Type: OnlineSystem String
The ProgID of the task's COM class.
args
Type: OnlineSystem.Collections.Generic IDictionary OnlineString, OnlineObject 
The collection of arguments for the task.
startAt
Type: OnlineSystem Nullable OnlineDateTime 
The time to start the task.
priority
Type: OnlineSystem Int32
The priority of the task.
currentObjectID
Type: OnlineSystem String
The ID property value of the current object for the task.
machineName
Type: OnlineSystem String
The name of the EDM server machine.
vaultOrDataStoreName
Type: OnlineSystem String
The name of the vault or data store.
workAreaID
Type: OnlineSystem String
The ID property value of a work area in the vault.
userName
Type: OnlineSystem String
The name of the user who submits the task.
See Also