| Visual Basic (Declaration) | |
|---|---|
| Public Sub GetFeaturedGroupsAsync( _ ByVal callback As Action(Of IEnumerable(Of ArcGISPortalGroup),Exception) _ ) | |
| C# | |
|---|---|
| public void GetFeaturedGroupsAsync( Action<IEnumerable<ArcGISPortalGroup>,Exception> callback ) | |
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.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
 
     
     
     
     
    