ArcGIS API for Silverlight - Library Reference
GetMapAsync(WebMap,Object) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace > Document Class > GetMapAsync Method : GetMapAsync(WebMap,Object) Method

webMap
The web map.
userToken
The user token.
Gets the map from a WebMap.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetMapAsync( _
   ByVal webMap As WebMap, _
   Optional ByVal userToken As Object _
) 
C# 
public void GetMapAsync( 
   WebMap webMap,
   object userToken
)

Parameters

webMap
The web map.
userToken
The user token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.