ExchangesImp..::..GetExchangeAsync Method
Get exchange as an asynchronous operation.
Namespace:
CoinCapApi.ImpAssembly: CoinCapApi (in CoinCapApi.dll)
Syntax
public Task<ExchangeResponse> GetExchangeAsync( string id )
Public Function GetExchangeAsync ( _ id As String _ ) As Task(Of ExchangeResponse)
Parameters
- id
- Type: String
The unique identifier of the exchange to get.
Return Value
A Task<ExchangeResponse> representing the asynchronous operation.Exceptions
Exception | Condition |
---|---|
ArgumentNullException | id - Null or invalid value, id must be a valid exchange id. |