Click or drag to resize

DefaultTaskEnvironment Class

Default task environment used in a job.
Inheritance Hierarchy
SystemObject
  AGI.Parallel.InfrastructureTaskEnvironment
    AGI.Parallel.InfrastructureDefaultTaskEnvironment

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
[SerializableAttribute]
public sealed class DefaultTaskEnvironment : TaskEnvironment

The DefaultTaskEnvironment type exposes the following members.

Constructors
  NameDescription
Public methodDefaultTaskEnvironment
Initializes a new instance of the DefaultTaskEnvironment class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperty(String)
Returns property value by name.
(Inherited from TaskEnvironment.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodCode exampleSetConfigurationFile
Specifies the .NET configuration file to load into the host application domain during task execution. If you wish to use the current configuration file, pass in [!:System.AppDomainSetup.ConfigurationFile].
(Inherited from TaskEnvironment.)
Public methodCode exampleSetConfigurationString
Specifies the .NET configuration as a string to load into the host application domain during task execution.
(Inherited from TaskEnvironment.)
Public methodSetProperty(String, Object)
Sets property value.
(Inherited from TaskEnvironment.)
Public methodSetPropertyT(String, T)
Sets property value.
(Inherited from TaskEnvironment.)
Public methodSetup
Called by Host before Task is executed.
(Overrides TaskEnvironmentSetup.)
Public methodTeardown
Called by Host after Task is executed.
(Overrides TaskEnvironmentTeardown.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

STK Parallel Computing Server 2.9 API for .NET