BaseRegistryApiClient.GetResourcesAsync<T> Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.NMOS.QueryAPI.Client.Clients.Base Namespace > BaseRegistryApiClient Class > BaseRegistryApiClient Methods >

BaseRegistryApiClient.GetResourcesAsync<T> Method

Namespace: BNCS.NMOS.QueryAPI.Client.Clients.Base
Assembly:  BNCS.NMOS.QueryAPI.Client (in BNCS.NMOS.QueryAPI.Client.dll)

 

Syntax


public Task<ResponseDTO<IEnumerable<T>>> GetResourcesAsync<T>(
 string uri,
 FilterOptions filterOptions,
 CancellationToken cancellationToken
)

Type Parameters

T

 

Parameters

uri

Type: String

filterOptions

Type: BNCS.NMOS.QueryAPI.Client.Configuration.FilterOptions

cancellationToken

Type: CancellationToken

 

See Also


BaseRegistryApiClient Class

BNCS.NMOS.QueryAPI.Client.Clients.Base Namespace