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 |