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, 
    RequestSettings settings, bool refresh = false)
parameter description
options distinct options
refresh wether the local cache should be ignored or not
settings request settings

Exceptions

exception condition
ArgumentNullException

See Also