Click or drag to resize

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"

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

STK Parallel Computing Server 2.9 API for .NET