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

callback
The callback executed when the result is available.
Gets the rating given by current user, if any.

Syntax

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