Méthode | Description | |
---|---|---|
AsTask ( this source, Caliburn.Micro.CoroutineExecutionContext context = null ) : System.Threading.Tasks.Task |
Extension method to convert an IResult to Task
|
|
Execute ( this result, Action |
Executes a result with optional callback upon completion.
|
|
ToSequentialResult ( this |
Returns an implementation of IResult that enables sequential execution of multiple results.
|
public static AsTask ( this source, Caliburn.Micro.CoroutineExecutionContext context = null ) : System.Threading.Tasks.Task | ||
source | this | The IResult to be converted. |
context | Caliburn.Micro.CoroutineExecutionContext | Optional execution context. |
Résultat | System.Threading.Tasks.Task |
public static Execute ( this result, Action |
||
result | this | The result to execute |
callback | Action |
Optional callback |
Résultat | void |
public static ToSequentialResult ( this |
||
results | this |
The results to be executed sequentially |
Résultat | IResult |