IAutoaddressMapIdAsync Method (Link) |
Map ID.
Namespace:
Autoaddress.Autoaddress2_0
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
SyntaxTask<Response> MapIdAsync(
Link link
)
Function MapIdAsync (
link As Link
) As Task(Of Response)
Task<Response^>^ MapIdAsync(
Link^ link
)
abstract 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.
See Also