Method RetryLoadAsync
RetryLoadAsync()
Loads or retries loading the object asynchronously.
Declaration
public Task RetryLoadAsync()
Returns
| Type | Description |
|---|---|
| Task | An asynchronous load operation. |
Implements
Remarks
If the object failed to load, this method retries loading it. If the object is not loaded, this method loads it. If loading is in progress, it returns the existing load task. If the object is already loaded, this method is a no-op and completes immediately.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.14 - 200.8 |
| .NET | 100.14 - 300.1 |
| .NET Windows | 100.14 - 300.1 |
| .NET Android | 200.0 - 300.1 |
| .NET iOS | 200.0 - 300.1 |
| .NET Framework | 100.14 - 200.8 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 200.8 |