Click or drag to resize

IAutoaddressFindAddressAsync Method (Link)

Lookup a Postcode or Address as an asynchronous operation. Returns all available data if found.

Namespace:  Autoaddress.Autoaddress2_0
Assembly:  Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntax
Task<Response> FindAddressAsync(
	Link link
)

Parameters

link
Type: Autoaddress.Autoaddress2_0.Model.FindAddressLink
A link returned in a FindAddress response.

Return Value

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