AutoaddressClientGetEcadDataAsync Method (Link) |
Return all the available data from the ECAD for the supplied ECAD Id as an asynchronous operation.
Namespace:
Autoaddress.Autoaddress2_0
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Task<Response> GetEcadDataAsync(
Link link
)
Public Function GetEcadDataAsync (
link As Link
) As Task(Of Response)
public:
virtual Task<Response^>^ GetEcadDataAsync(
Link^ link
) sealed
abstract GetEcadDataAsync :
link : Link -> Task<Response>
override GetEcadDataAsync :
link : Link -> Task<Response>
Parameters
- link
- Type: Autoaddress.Autoaddress2_0.Model.GetEcadDataLink
A link returned in a GetEcadData response.
Return Value
Type:
TaskResponseThe task object representing the asynchronous operation.
Implements
IAutoaddressGetEcadDataAsync(Link)
See Also