Click or drag to resize

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)
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.10 API for .NET