IReadOnlyService<T>.List method
Gets a list of items from a remote resource.
public Task<Response<List<T>>> List(ListOptions<T>? options = null, bool refresh = false,
RequestSettings? settings = null)
| parameter | description |
|---|---|
| options | list options |
| refresh | wether the local cache should be ignored or not |
| settings | request settings. It not provided, RequestSettings will be used for the request. |
See Also
- class Response<T>
- class ListOptions<T>
- class RequestSettings
- interface IReadOnlyService<T>
- namespace Amica