Click or drag to resize

TaskContext Methods

The TaskContext type exposes the following members.

Methods
  NameDescription
Public methodDownloadDfsFile
Requests the task server to download a file from the DFS to make it available to all tasks.
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 methodGetSetting(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.
Public methodGetSettingT(String, T)
Gets a setting with the specified type and default value, checking first in the stage settings and then in the job settings.
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 methodReportProgress
Forces a progress report to be sent on the next progress interval.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also