Click or drag to resize

TaskEnvironment Properties

The TaskEnvironment type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalId
Gets or sets the optional additional id of the environment. Environment can be reused if Environment IDs are identical.
Public propertyCode exampleAttachToDebugger
Gets or sets a value indicating whether to automatically attach the host processes to the debugger running the client submission code.
Public propertyCode exampleDebuggerType
Gets or sets the type of the debugger used by the host process to attach itself to Visual Studio.
Public propertyHostArchitecture
Gets or sets the desired CPU Architecture of the host that executes the task.
Public propertyHostGcMode
Gets or sets the garbage collection of the host environment.
Public propertyId
Gets or sets the id of the environment. Environment can be reused if the environment IDs are identical.
Public propertyName
Gets or sets the display name of the task environment.
Public propertyProperties
Gets task environment properties.
Public propertyRecycleSettings
Gets or sets the recycling settings that determine when to shutdown the host process on which tasks run.
Public propertyRequiredLicense
Gets or sets the required license associated with this environment.
Public propertyTasksPerHost Obsolete.
Gets or sets the number of tasks this environment will execute before shutting down.
Public propertyTeardownTimeout
Gets or sets the amount of time teardown can run for before it is timed-out in milliseconds.
Public propertyThreadApartmentState
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).
Public propertyCode exampleWorkingDirectory
Gets or sets the custom working directory of the task environment.
Top
See Also

STK Parallel Computing Server 2.9 API for .NET