TaskEnvironment Methods |
The TaskEnvironment 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.
| |
GetPropertyT(String) |
Returns property value by name.
| |
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].
| |
SetConfigurationString |
Specifies the .NET configuration as a string to load into the host application domain during task execution.
| |
SetProperty(String, Object) |
Sets property value.
| |
SetPropertyT(String, T) |
Sets property value.
| |
Setup |
Called by Host before Task is executed.
| |
Teardown |
Called by Host after Task is executed.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
STK Parallel Computing Server 2.9 API for .NET