NodesApiClient.GetNodesAsync Method

<< Click to Display Table of Contents >>

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

NodesApiClient.GetNodesAsync Method

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

 

Syntax


public Task<ResponseDTO<IEnumerable<NodeDTO>>> GetNodesAsync(
 string url,
 FilterOptions filterOptions,
 CancellationToken cancellationToken
)

Parameters

url

Type: String

filterOptions

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

cancellationToken

Type: CancellationToken

 

See Also


NodesApiClient Class

BNCS.NMOS.QueryAPI.Client.Clients Namespace