Skip to content

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