IAutoaddressPostcodeLookupAsync Method (Link) |
Lookup a Postcode 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> PostcodeLookupAsync(
Link link
)
Function PostcodeLookupAsync (
link As Link
) As Task(Of Response)
Task<Response^>^ PostcodeLookupAsync(
Link^ link
)
abstract PostcodeLookupAsync :
link : Link -> Task<Response>
Parameters
- link
- Type: Autoaddress.Autoaddress2_0.Model.PostcodeLookupLink
A link returned in a PostcodeLookup response.
Return Value
Type:
TaskResponseThe task object representing the asynchronous operation.
See Also