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

itemId
The item id.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Gets map item metadata.

Syntax

Visual Basic (Declaration) 
Public Sub GetItemAsync( _
   ByVal itemId As String, _
   Optional ByVal userToken As Object _
) 
C# 
public void GetItemAsync( 
   string itemId,
   object userToken
)

Parameters

itemId
The item id.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.

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.