TaskPropertiesSubmitterId 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.9.0.1601 (2.9.0.1601)
Syntax public const string SubmitterId = "SubmitterId"
Public Const SubmitterId As String = "SubmitterId"
Field Value
Type:
StringRemarks
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