Method GetAll
- Namespace
- Skyline.DataMiner.Net.ManagerStore
- Assembly
- SLNetTypes.dll
GetAll()
Retrieves all items.
public List<T> GetAll()
Returns
- List<T>
All retrieved items matching the query.
Remarks
Will keep sending page requests to the server until all data is retrieved.
Exceptions
- InvalidOperationException
You can only call GetAll once on a PagingHelper.
- InvalidOperationException
This method was invoked more than once on this helper instance.