DataRetrievalWatcherT, EGetSnapshot Method |
Returns a snapshot of the objects in the collection being watched by this object.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic List<T> GetSnapshot()
Return Value
Type:
ListT
The return value is a list representing a snapshot of all objects currently in the collection.
Remarks
Note that the returned list is a snapshot in time and is not dynamically updated as the collection changes.
To receive notifications that the collection has changed, the application should install an event
handler on the
DataRetrievalCollectionChanged event.
See Also