Click or drag to resize

IAutoaddressMapIdAsync Method (Link)

Map ID.

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

Parameters

link
Type: Autoaddress.Autoaddress2_0.Model.MapIdLink
A link returned in a MapId response.

Return Value

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