The following tables list the members exposed by IBusyWatcher.
Name | Description | |
---|---|---|
![]() | IsBusy | Returns true if the state of the BusyWatcher is currently busy. This property can be directly bound to a busy indicator control in XAML. |
Name | Description | |
---|---|---|
![]() | AddWatch | Increments the internal busy counter. |
![]() | GetTicket | Returns a disposable ticket to manage busy state around a using() scope. |
![]() | RemoveWatch | Decrements the internal busy counter. |