ClearAllSoftPatchesAsync Method
Overloads
ClearAllSoftPatchesAsync() |
Clear the soft properties of all generic objects in the app |
|
ClearAllSoftPatchesAsync(AsyncHandle) |
Clear the soft properties of all generic objects in the app |
ClearAllSoftPatchesAsync()
Clear the soft properties of all generic objects in the app
Declaration
public Task ClearAllSoftPatchesAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
ClearAllSoftPatchesAsync(AsyncHandle)
Clear the soft properties of all generic objects in the app
Declaration
public Task ClearAllSoftPatchesAsync(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!