Task Methods |
The Task type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Execute |
Main entry point into Task when it is run on a Host.
|
![]() | 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. You can find common values for properties using TaskProperties.
|
![]() | GetPropertyT(String) |
Returns property value by name. You can find common values for properties using TaskProperties.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveProperty |
Removes the property from the property bag. You can find common values for properties using TaskProperties.
|
![]() ![]() | SetProgress(Int32) |
Sets progress of task. This value will be returned with AGI.Parallel.Client.Job.TaskProgressUpdated event.
|
![]() ![]() | SetProgress(Int32, Object) |
Sets progress of task. This value will be returned with AGI.Parallel.Client.Job.TaskProgressUpdated event.
|
![]() | SetProperty(String, Object) |
Sets properties on Task. You can find common values for properties using TaskProperties.
|
![]() | SetPropertyT(String, T) |
Sets property value. You can find common values for properties using TaskProperties.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
STK Parallel Computing Server 2.10 API for .NET