TaskEnvironment Properties |
The TaskEnvironment type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalId |
Gets or sets the optional additional id of the environment.
Environment can be reused if Environment IDs are identical.
| |
| AttachToDebugger |
Gets or sets a value indicating whether to automatically attach the host processes to the debugger running the client submission code.
| |
| DebuggerType |
Gets or sets the type of the debugger used by the host process to attach itself
to Visual Studio.
| |
| HostArchitecture |
Gets or sets the desired CPU Architecture of the host that executes the task.
| |
| HostGcMode |
Gets or sets the garbage collection of the host environment.
| |
| Id |
Gets or sets the id of the environment. Environment can be reused if the environment IDs are identical.
| |
| Name |
Gets or sets the display name of the task environment.
| |
| Properties |
Gets task environment properties.
| |
| RecycleSettings |
Gets or sets the recycling settings that determine when to shutdown the host process on which tasks run.
| |
| RequiredLicense |
Gets or sets the required license associated with this environment.
| |
| TasksPerHost | Obsolete.
Gets or sets the number of tasks this environment will execute before shutting down.
| |
| TeardownTimeout |
Gets or sets the amount of time teardown can run for before it is timed-out in milliseconds.
| |
| ThreadApartmentState |
Gets or sets the apartment state of the thread that will be used to
set the task environment and execute the tasks.
The default is to use STA (i.e. ApartmentState.STA).
| |
| WorkingDirectory |
Gets or sets the custom working directory of the task environment.
|
STK Parallel Computing Server 2.10 API for .NET