TaskT Structure |
Namespace: DigitalRune.Threading
The TaskT type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
Equals(TaskT) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetResult |
Gets the result. (Blocks the calling thread until the asynchronous operation has completed
execution. This can only be called once!)
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality |
Compares two TaskT to determine whether they are the same.
| |
Inequality |
Compares two TaskT to determine whether they are different.
|
Name | Description | |
---|---|---|
Exceptions |
Gets an array containing any exceptions thrown by this task.
| |
IsComplete |
Gets a value which indicates if this task has completed.
|