Gets the number of Upload objects which are being kept in uploads collection.

Namespace:  EasyAlgo.EAUpload
Assembly:  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..::.Int32
The number of all alive Upload objects which are kept in uploads collection.

See Also