Click or drag to resize
DataRetrievalEventArgsT Class
Event argument used to provide data retrieval progress updates.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesDataRetrievalEventArgsT

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class DataRetrievalEventArgs<T> : EventArgs

Type Parameters

T

The DataRetrievalEventArgsT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDeterminate
Indicates if the total number of elements in the retrieval is known. true indicates total is known, false indicates indeterminate (unknown) total.
Public propertyRetrievedCount
The number of elements that have been retrieved so far.
Public propertyTotal
The total number of elements being retrieved. This can only be relied upon when the Determinate property is true.
Top
See Also