ButtonExt.ReadAsync Method
Overload List
| Name | Description | |
|---|---|---|
![]() ![]() | ReadAsync(CancellationToken, Button[]) | Asynchronously waits until a Button in a set is clicked. Returns the Button that was clicked. |
![]() ![]() | ReadAsync(Button, CancellationToken) | Asynchronously waits until a Button is clicked. Returns the Button that was clicked. |
![]() ![]() | ReadAsync(Button[], CancellationToken) | Asynchronously waits until a Button in a set is clicked. Returns the Button that was clicked. |

