Submits the active task for processing.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void Submit( string progID, BCFSObject anObject, Nullable<DateTime> startAt ) |
Visual Basic |
---|
Public Sub Submit ( _ progID As String, _ anObject As BCFSObject, _ startAt As Nullable(Of DateTime) _ ) |
Visual C++ |
---|
public: void Submit( String^ progID, BCFSObject^ anObject, Nullable<DateTime> startAt ) |
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<(Of <(<'DateTime>)>)>
The time to start the task.