GetProgress Method
Overloads
| GetProgress(AsyncHandle) | 
             Gives information about the progress of the DoReload and DoSave calls. asyncHandle corresponds to the identifier for the call.  | 
        
      
    |
| GetProgress(Int32) | 
             Gives information about the progress of the   | 
        
      
    
GetProgress(AsyncHandle)
Gives information about the progress of the DoReload and DoSave calls. asyncHandle corresponds to the identifier for the call.
Declaration
      ProgressData GetProgress(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Corresponds to the identifier for the call.  | 
      
Returns
| Type | Description | 
|---|---|
| ProgressData | 
GetProgress(Int32)
Gives information about the progress of the DoReload and DoSave calls.
Declaration
      ProgressData GetProgress([QixName("qRequestId")] int requestId)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | requestId | 
           Identifier of the   | 
      
Returns
| Type | Description | 
|---|---|
| ProgressData | 
Remarks
For more information on DoReload and DoSave, see the DoReload Method and DoSave Method.