ArcGIS Runtime SDK for Windows Phone - Library Reference
GetHistogramsAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ArcGISImageServiceLayer Class : GetHistogramsAsync Method

onCompleted
The on completed.
userToken
The user token.
Asynchronous task to get the histograms information associated with the ESRI.ArcGIS.Client.ArcGISImageServiceLayer.

Syntax

Visual Basic (Declaration) 
Public Sub GetHistogramsAsync( _
   ByVal onCompleted As Action(Of HistogramsResult,Object), _
   Optional ByVal userToken As Object _
) 
C# 
public void GetHistogramsAsync( 
   Action<HistogramsResult,object> onCompleted,
   object userToken
)

Parameters

onCompleted
The on completed.
userToken
The user token.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.