Gets the state of an Upload object with which the UploadStatus inctanse is associated.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0
Syntax
| C# |
|---|
public UploadState State { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property State As UploadState |
Field Value
Type: EasyAlgo.EAUpload..::.UploadStateAn UploadState value that represents current state of an upload.
Remarks
You can use this property to determine the current state of an upload process.
