Click or drag to resize
DataRetrievalEventArgsTTotal Property
The total number of elements being retrieved. This can only be relied upon when the Determinate property is true.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public uint Total { get; }

Property Value

Type: UInt32
The value will be zero if the total is unknown (indeterminate).
See Also