AutoaddressClientVerifyAddressAsync Method (Link) |
Verify that the address supplied matches the Eircode supplied as an asynchronous operation.
Namespace:
Autoaddress.Autoaddress2_0
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Task<Response> VerifyAddressAsync(
Link link
)
Public Function VerifyAddressAsync (
link As Link
) As Task(Of Response)
public:
virtual Task<Response^>^ VerifyAddressAsync(
Link^ link
) sealed
abstract VerifyAddressAsync :
link : Link -> Task<Response>
override VerifyAddressAsync :
link : Link -> Task<Response>
Parameters
- link
- Type: Autoaddress.Autoaddress2_0.Model.VerifyAddressLink
A link returned in a VerifyAddress response.
Return Value
Type:
TaskResponseThe task object representing the asynchronous operation.
Implements
IAutoaddressVerifyAddressAsync(Link)
See Also