Click or drag to resize

BCSTaskSubmit Method (String, BCFSObject)

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
)

Parameters

progID
Type: SystemString
The ProgID of the task's COM class.
anObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFSObject
The current object for the task.
See Also