Click or drag to resize

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
Syntax
public Task<Response> GetEcadDataAsync(
	Link link
)

Parameters

link
Type: Autoaddress.Autoaddress2_0.Model.GetEcadDataLink
A link returned in a GetEcadData response.

Return Value

Type: TaskResponse
The task object representing the asynchronous operation.

Implements

IAutoaddressGetEcadDataAsync(Link)
See Also