DefaultTaskEnvironment Methods |
The DefaultTaskEnvironment type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetProperty(String) |
Returns property value by name.
(Inherited from TaskEnvironment.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetConfigurationFile |
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.) | |
SetConfigurationString |
Specifies the .NET configuration as a string to load into the host application domain during task execution.
(Inherited from TaskEnvironment.) | |
SetProperty(String, Object) |
Sets property value.
(Inherited from TaskEnvironment.) | |
SetPropertyT(String, T) |
Sets property value.
(Inherited from TaskEnvironment.) | |
Setup |
Called by Host before Task is executed.
(Overrides TaskEnvironmentSetup.) | |
Teardown |
Called by Host after Task is executed.
(Overrides TaskEnvironmentTeardown.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
STK Parallel Computing Server 2.9 API for .NET