Click or drag to resize

IAutoaddressGetGbPostcodeDataAsync Method (Link)

Return data for the supplied UK postcode as an asynchronous operation.

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

Parameters

link
Type: Autoaddress.Autoaddress2_0.Model.GetGbPostcodeDataLink
A link returned in a GetGbPostcodeData response.

Return Value

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