AsyncOperationT Methods |
The AsyncOperationT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Abort |
Abort async operation
| |
| End |
Ends asynchronous operation.
| |
| IncrementProgress |
Increments the CurrentProgress counter. This operation is thread-safe.
| |
| SetTargetProgress |
Sets a target progress of the async operation (target progress will be clamped [1, int.MaxValue])
|