BaseRegistryApiClient.GetResourceByIdAsync<T> Method

<< Click to Display Table of Contents >>

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

BaseRegistryApiClient.GetResourceByIdAsync<T> Method

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

 

Syntax


public Task<T> GetResourceByIdAsync<T>(
 string uri,
 string resourceId,
 CancellationToken cancellationToken
)

Type Parameters

T

 

Parameters

uri

Type: String

resourceId

Type: String

cancellationToken

Type: CancellationToken

 

See Also


BaseRegistryApiClient Class

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