BCSTaskSubmit Method (String, BCFSObject, NullableDateTime) |
Submits the active task for processing.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void Submit(
string progID,
BCFSObject anObject,
Nullable<DateTime> startAt
)
Public Sub Submit (
progID As String,
anObject As BCFSObject,
startAt As Nullable(Of DateTime)
)
public:
void Submit(
String^ progID,
BCFSObject^ anObject,
Nullable<DateTime> startAt
)
member Submit :
progID : string *
anObject : BCFSObject *
startAt : Nullable<DateTime> -> unit
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.
See Also