Click or drag to resize

IAutoaddressGetEcadDataAsync Method (Request)

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
Task<Response> GetEcadDataAsync(
	Request request
)

Parameters

request
Type: Autoaddress.Autoaddress2_0.Model.GetEcadDataRequest
GetEcadData request.

Return Value

Type: TaskResponse
The task object representing the asynchronous operation.
See Also