Gets the number of Upload objects which are being kept in uploads collection.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0
Syntax
| C# |
|---|
public static int UploadsCount { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property UploadsCount As Integer |
Field Value
Type: System..::.Int32The number of all alive Upload objects which are kept in uploads collection.
