NodesApiClient.GetNodeByIdAsync Method

<< Click to Display Table of Contents >>

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

NodesApiClient.GetNodeByIdAsync Method

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

 

Syntax


public Task<NodeDTO> GetNodeByIdAsync(
 string nodeId,
 string url,
 CancellationToken cancellationToken
)

Parameters

nodeId

Type: String

url

Type: String

cancellationToken

Type: CancellationToken

 

See Also


NodesApiClient Class

BNCS.NMOS.QueryAPI.Client.Clients Namespace