/>
More...
|
| Continuation (Task< T > taskWithResult) |
| Creates the continuation around the task.
|
| Continuation (Task taskWithoutResult) |
| Creates the continuation around the task.
|
Task | With (Action< Task > action) |
| Continues the continuation around the action.
|
Task | With (Action< Task< T > > action) |
| Continues the continuation around the action.
|
Task< TNext > | With< TNext > (Func< Task< T >, TNext > func) |
| Continues the continuation around the func.
|
◆ Continuation() [1/2]
PeanutButter.Async.Continuation< T >.Continuation |
( |
Task | taskWithoutResult | ) |
|
Creates the continuation around the task.
- Parameters
-
◆ Continuation() [2/2]
PeanutButter.Async.Continuation< T >.Continuation |
( |
Task< T > | taskWithResult | ) |
|
Creates the continuation around the task.
- Parameters
-
◆ With() [1/2]
Task PeanutButter.Async.Continuation< T >.With |
( |
Action< Task > | action | ) |
|
◆ With() [2/2]
Task PeanutButter.Async.Continuation< T >.With |
( |
Action< Task< T > > | action | ) |
|
◆ With< TNext >()
Task< TNext > PeanutButter.Async.Continuation< T >.With< TNext > |
( |
Func< Task< T >, TNext > | func | ) |
|
The documentation for this class was generated from the following file:
- source/Async/PeanutButter.Async/Continuation.cs