Gets the value that represents the elapsed time of an upload process.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0
Syntax
| C# |
|---|
public int ElapsedTime { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ElapsedTime As Integer |
Field Value
Type: System..::.Int32A Int32 value that contains elapsed time of an upload. Default value is -1 (an upload process does not started or had been completed).
Examples
You can find an example in the description of UploadStatus class.
