Skip to content

IReadOnlyCompanyService<T>.Distinct method

Gets a list of distinct items from a remote company resource.

public Task<Response<List<DistinctPropertyGroup>>> Distinct(DistinctOptions options, 
    RequestSettings settings, bool refresh)
parameter description
options distinct options
refresh wether the local cache should be ignored ot not
settings request settings

See Also