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
      Task ClearAllSoftPatchesAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
ClearAllSoftPatchesAsync(AsyncHandle)
Clear the soft properties of all generic objects in the app
Declaration
      Task ClearAllSoftPatchesAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |