ArcGIS API for Silverlight - Library Reference
InitializeAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalUser Class : InitializeAsync Method

userName
Name of the user.
callback
The callback executed when the result is available.
Initializes the portal user from the specified user name.

Syntax

Visual Basic (Declaration) 
Public Sub InitializeAsync( _
   ByVal userName As String, _
   ByVal callback As Action(Of ArcGISPortalUser,Exception) _
) 
C# 
public void InitializeAsync( 
   string userName,
   Action<ArcGISPortalUser,Exception> callback
)

Parameters

userName
Name of the user.
callback
The callback executed when the result is available.

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.