Click or drag to resize

AutoaddressClientMapIdAsync Method (Link)

Map ID as an asynchronous operation.

Namespace:  Autoaddress.Autoaddress2_0
Assembly:  Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntax
public 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.

Implements

IAutoaddressMapIdAsync(Link)
See Also