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