BackAsync Method
Overloads
| BackAsync() | 
             Loads the last logical operation (if any).  | 
        
      
    |
| BackAsync(AsyncHandle) | 
             Loads the last logical operation (if any).  | 
        
      
    
BackAsync()
Loads the last logical operation (if any).
Declaration
      public Task BackAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
BackAsync(AsyncHandle)
Loads the last logical operation (if any).
Declaration
      public Task BackAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |