Click or drag to resize

DefaultTaskEnvironment Methods

The DefaultTaskEnvironment type exposes the following members.

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