DEXTUploadJ
DEXTUploadJ References > Progress > Method > GetProgress
GetProgress Method
- Version
- 1.0.1.0
- Environment
- Sun JDK1.4
- Target
- Progress
- Signature
- public static Progress GetProgress(int nID)
- Parameters
-
Name Signature Description nID int Progress ID delivered in GET method - Return value
- Progress object corresponding with inputted ID
- Throws
- DEXTUploadException
- Description
-
Seeks transmission information corresponding with inputted ID.
- Usage
-
Progress prog = Progress.GetProgress(ID);