BCSTaskSubmit Method (String, BCFSObject, NullableDateTime, 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
)
Public Sub Submit (
progID As String,
anObject As BCFSObject,
startAt As DateTime?,
priority As Integer
)
Parameters
- progID
- Type: SystemString
The ProgID of the task's COM class. - anObject
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFSObject
The current object for the task. - startAt
- Type: SystemNullableDateTime
The time to start the task. - priority
- Type: SystemInt32
The priority of the task.
See Also