Click or drag to resize

Task Methods

The Task type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Main entry point into Task when it is run on a Host.
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 methodGetProperty(String)
Returns property value by name. You can find common values for properties using TaskProperties.
Public methodGetPropertyT(String)
Returns property value by name. You can find common values for properties using TaskProperties.
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 methodRemoveProperty
Removes the property from the property bag. You can find common values for properties using TaskProperties.
Public methodCode exampleSetProgress(Int32)
Sets progress of task. This value will be returned with AGI.Parallel.Client.Job.TaskProgressUpdated event.
Public methodCode exampleSetProgress(Int32, Object)
Sets progress of task. This value will be returned with AGI.Parallel.Client.Job.TaskProgressUpdated event.
Public methodSetProperty(String, Object)
Sets properties on Task. You can find common values for properties using TaskProperties.
Public methodSetPropertyT(String, T)
Sets property value. You can find common values for properties using TaskProperties.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also

STK Parallel Computing Server 2.9 API for .NET