ClearSoftPatchesAsync Method
Overloads
| ClearSoftPatchesAsync() | Clears the soft properties of a generic object. For more information on how to add soft properties to a generic object, see  | |
| ClearSoftPatchesAsync(AsyncHandle) | Clears the soft properties of a generic object. For more information on how to add soft properties to a generic object, see  | 
ClearSoftPatchesAsync()
Clears the soft properties of a generic object.
For more information on how to add soft properties to a generic object, see ApplyPatches Method.
Declaration
      Task ClearSoftPatchesAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
ClearSoftPatchesAsync(AsyncHandle)
Clears the soft properties of a generic object.
For more information on how to add soft properties to a generic object, see ApplyPatches Method.
Declaration
      Task ClearSoftPatchesAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |