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, int priority, string machineName ) |
Visual Basic |
---|
Public Sub Submit ( _ progID As String, _ anObject As BCFSObject, _ startAt As Nullable(Of DateTime), _ priority As Integer, _ machineName As String _ ) |
Visual C++ |
---|
public: void Submit( String^ progID, BCFSObject^ anObject, Nullable<DateTime> startAt, int priority, String^ machineName ) |
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.
- priority
- Type: System..::..Int32
The priority of the task.
- machineName
- Type: System..::..String
The name of the machine that hosts the TaskManager service.