Click or drag to resize

ProgressContext Class

Provides a method for task functions used with the GenerateT(Int32, ActionRecordWriterT, ProgressContext) method to report progress.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Jet.TasksProgressContext

Namespace: Ookii.Jumbo.Jet.Tasks
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class ProgressContext

The ProgressContext type exposes the following members.

Properties
 NameDescription
Public propertyProgress Gets or sets the progress of task.
Public propertyTaskContext Gets the task context for this task.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also