ClearUndoBufferAsync Method
Overloads
ClearUndoBufferAsync() |
Clears entirely the undo and redo buffer. |
|
ClearUndoBufferAsync(AsyncHandle) |
Clears entirely the undo and redo buffer. |
ClearUndoBufferAsync()
Clears entirely the undo and redo buffer.
Declaration
public Task ClearUndoBufferAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
ClearUndoBufferAsync(AsyncHandle)
Clears entirely the undo and redo buffer.
Declaration
public Task ClearUndoBufferAsync(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!