ReadOnlyCompanyService<T>.Distinct method
Gets a list of distinct items from a remote resource.
public virtual Task<Response<List<DistinctPropertyGroup>>> Distinct(DistinctOptions options,
bool refresh = false, RequestSettings? settings = null)
parameter | description |
---|---|
options | distinct options |
refresh | wether the local cache should be ignored or not |
settings | request settings |
Exceptions
exception | condition |
---|---|
ArgumentNullException |
See Also
- class Response<T>
- class DistinctPropertyGroup
- class DistinctOptions
- class RequestSettings
- class ReadOnlyCompanyService<T>
- namespace Amica