SourcesApiClient.GetSourceByIdAsync Method

<< Click to Display Table of Contents >>

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

SourcesApiClient.GetSourceByIdAsync Method

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

 

Syntax


public Task<SourceDTO> GetSourceByIdAsync(
 string sourceId,
 string url,
 CancellationToken cancellationToken
)

Parameters

sourceId

Type: String

url

Type: String

cancellationToken

Type: CancellationToken

 

See Also


SourcesApiClient Class

BNCS.NMOS.QueryAPI.Client.Clients Namespace