Click or drag to resize

DataRetrievalEventArgsTDeterminate Property

Indicates if the total number of elements in the retrieval is known. true indicates total is known, false indicates indeterminate (unknown) total.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool Determinate { get; }

Property Value

Type: Boolean
If true, the total number of elements to be loaded is known in advance. If false, the total number of elements is not known, and the retrieval will continue until all elements have been loaded.
See Also