Holds the value or exception produced by a task.

Namespace:  Gallio.Common.Concurrency
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public abstract class TaskResult
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class TaskResult

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Concurrency..::.TaskResult
    Gallio.Common.Concurrency..::.TaskResult<(Of <(T>)>)

See Also