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

callback
The callback executed when the result is available.
Gets the users, owner, and administrators of the group.

Syntax

Visual Basic (Declaration) 
Public Sub GetGroupUsersAsync( _
   ByVal callback As Action(Of ArcGISPortalGroupUsers,Exception) _
) 
C# 
public void GetGroupUsersAsync( 
   Action<ArcGISPortalGroupUsers,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.