ArcGIS Runtime SDK for WPF - Library Reference
GetHistogramsAsync Method
See Also 
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 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.