Метод | Описание | |
---|---|---|
Do ( Func |
||
Do ( System.Action act ) : void | ||
Finish ( ) : void | ||
ProgressLeaf ( string title, int weight = 1 ) : System | ||
Start ( ) : Disposable | ||
Update ( long speed, double progress ) : void |
Метод | Описание | |
---|---|---|
End ( ) : void | ||
Fail ( ) : void | ||
GetStatusText ( ) : string | ||
Succeed ( ) : void |
public Do ( Func |
||
act | Func |
|
Результат | System.Threading.Tasks.Task |
public ProgressLeaf ( string title, int weight = 1 ) : System | ||
title | string | |
weight | int | |
Результат | System |
public Update ( long speed, double progress ) : void | ||
speed | long | |
progress | double | |
Результат | void |