Method RetryLoadAsync
RetryLoadAsync()
Loads or retries loading metadata for the object asynchronously.
Declaration
public Task RetryLoadAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
Remarks
Will retry loading the metadata if the object is failed to load. Will load the object if it is not loaded. Will not retry to load the object if the object is loaded. Will always call the done loading if this is called.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |