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
SyntaxTask<Response> FindAddressAsync(
Link link
)
Function FindAddressAsync (
link As Link
) As Task(Of Response)
Task<Response^>^ FindAddressAsync(
Link^ link
)
abstract FindAddressAsync :
link : Link -> Task<Response>
Parameters
- link
- Type: Autoaddress.Autoaddress2_0.Model.FindAddressLink
A link returned in a FindAddress response.
Return Value
Type:
TaskResponseThe task object representing the asynchronous operation.
See Also