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

callback
The callback executed when the result is available.
Gets the user member ship. Available only if ther request is done from an authenticated user.

Syntax

Visual Basic (Declaration) 
Public Sub GetUserMemberShipAsync( _
   ByVal callback As Action(Of UserMembership,Exception) _
) 
C# 
public void GetUserMemberShipAsync( 
   Action<UserMembership,Exception> callback
)

Parameters

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.