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

callback
The callback executed when the result is available.
Gets the featured groups asynchronously. This method uses the FeaturedGroups informations and returns the corresponding ArcGISPortalGroup.

Syntax

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

Remarks

If the object is not initialized (i.e. FeaturedGroups is unknown), the initialization is automatically done.

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.