DataRetrievalEventArgsT Properties |
The DataRetrievalEventArgsT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Determinate |
Indicates if the total number of elements in the retrieval is known.
true indicates total is known, false indicates indeterminate (unknown) total.
|
![]() | RetrievedCount |
The number of elements that have been retrieved so far.
|
![]() | Total |
The total number of elements being retrieved.
This can only be relied upon when the Determinate property is true.
|