AutoaddressClientMapIdAsync Method (Link) |
Map ID as an asynchronous operation.
Namespace:
Autoaddress.Autoaddress2_0
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Task<Response> MapIdAsync(
Link link
)
Public Function MapIdAsync (
link As Link
) As Task(Of Response)
public:
virtual Task<Response^>^ MapIdAsync(
Link^ link
) sealed
abstract MapIdAsync :
link : Link -> Task<Response>
override MapIdAsync :
link : Link -> Task<Response>
Parameters
- link
- Type: Autoaddress.Autoaddress2_0.Model.MapIdLink
A link returned in a MapId response.
Return Value
Type:
TaskResponseThe task object representing the asynchronous operation.
Implements
IAutoaddressMapIdAsync(Link)
See Also