ResumeAsync Method
Overloads
| ResumeAsync() | 
             Resumes the app as the user left it.  | 
        
      
    |
| ResumeAsync(AsyncHandle) | 
             Resumes the app as the user left it.  | 
        
      
    
ResumeAsync()
Resumes the app as the user left it.
Declaration
      Task ResumeAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
ResumeAsync(AsyncHandle)
Resumes the app as the user left it.
Declaration
      Task ResumeAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |