TaskContext Methods |
The TaskContext type exposes the following members.
Name | Description | |
---|---|---|
DownloadDfsFile |
Requests the task server to download a file from the DFS to make it available to all tasks.
| |
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.) | |
GetSetting(String, String) |
Gets a setting's string value with the specified default value, checking first in the stage settings and then in the job settings.
| |
GetSettingT(String, T) |
Gets a setting with the specified type and default value, checking first in the stage settings and then in the job settings.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReportProgress |
Forces a progress report to be sent on the next progress interval.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |