Skip to content

ReadOnlyServiceBase<T>.List method

Gets a list of items (GET) from a remote resource.

public virtual 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

See Also