ArcGIS Runtime SDK for Windows Phone - Library Reference
GetServiceKeyProperties Method
See Also  Send comments on this topic
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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.