AsyncOperationT Properties |
The AsyncOperationT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Aborted |
Gets a value indicating whether the async operaton should be aborted.
| |
| CurrentProgress |
Gets a current progress of the async operation.
| |
| IsEnded |
Gets a value indicating whether the async operation are ended.
| |
| Progress |
Gets a progress state which value is between 0f and 1f, where 1f is «ended».
| |
| Result |
Gets the result of async operation.
| |
| TargetProgress |
Gets the progress limit.
|