Method | Description | |
---|---|---|
DealWithUpdateException ( |
||
PerformStatusAction ( string actionText, Action |
||
PerformStatusActionAsync ( string actionText, Task>.Func |
||
PerformStatusActionWithBusyHandling ( StatusRepo repo, string actionText, Action act ) : void | ||
PerformStatusActionWithBusyHandlingAsync ( StatusRepo repo, string actionText, Func |
||
PerformUpdaterActionSuspendedAsync ( string actionText, Func |
||
TryUpdaterActionAsync ( Func |
public DealWithUpdateException ( |
||
e | ||
task | string | |
message | string | |
title | string | |
return | Task |
public PerformStatusAction ( string actionText, Action |
||
actionText | string | |
act | Action |
|
return | void |
public PerformStatusActionAsync ( string actionText, Task>.Func |
||
actionText | string | |
act | Task>.Func | |
return | System.Threading.Tasks.Task |
public PerformStatusActionWithBusyHandling ( StatusRepo repo, string actionText, Action act ) : void | ||
repo | StatusRepo | |
actionText | string | |
act | Action | |
return | void |
public PerformStatusActionWithBusyHandlingAsync ( StatusRepo repo, string actionText, Func |
||
repo | StatusRepo | |
actionText | string | |
act | Func |
|
return | Task |
public PerformUpdaterActionSuspendedAsync ( string actionText, Func |
||
actionText | string | |
act | Func |
|
return | Task |
public TryUpdaterActionAsync ( Func |
||
action | Func |
|
task | string | |
return | Task |