ArcGIS Runtime SDK for WPF - Library Reference
GetServiceKeyProperties Method
See Also 
ESRI.ArcGIS.Client Namespace > ArcGISImageServiceLayer Class : GetServiceKeyProperties Method

onCompleted
The method to call when service key properties is retrieved.
Gets the service key properties. This resource is supported if Image is true.

Syntax

Visual Basic (Declaration) 
Public Sub GetServiceKeyProperties( _
   ByVal onCompleted As Action(Of IDictionary(Of String,Object),Exception) _
) 
C# 
public void GetServiceKeyProperties( 
   Action<IDictionary<string,object>,Exception> onCompleted
)

Parameters

onCompleted
The method to call when service key properties is retrieved.

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.