CancelReloadAsync Method
Overloads
CancelReloadAsync() |
Cancels an ongoing reload. The reload of the app is stopped. The indexation can be canceled and |
|
CancelReloadAsync(AsyncHandle) |
Cancels an ongoing reload. The reload of the app is stopped. The indexation can be canceled and |
CancelReloadAsync()
Cancels an ongoing reload. The reload of the app is stopped. The indexation can be canceled and true
is still the return value of the reload task.
Declaration
public Task CancelReloadAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
CancelReloadAsync(AsyncHandle)
Cancels an ongoing reload. The reload of the app is stopped. The indexation can be canceled and true
is still the return value of the reload task.
Declaration
public Task CancelReloadAsync(AsyncHandle asyncHandle)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!