TaskProperties.SubmitterId Field |
The id of the client that submitted this task.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic const string SubmitterId = "SubmitterId"
Public Const SubmitterId As String = "SubmitterId"
Field Value
Type:
String
Remarks
This corresponds to the IJobScheduler.Id if the task was submitted with the IJobScheduler
or the Task.Id if the task was submitted within a task.
See Also