Click or drag to resize

DefaultTaskEnvironment Properties

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

STK Parallel Computing Server 2.9 API for .NET