ArcGIS API for Windows Phone - Library Reference
deserializedJson Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > ImageServiceIdentifyResult Class : deserializedJson Method

json
The json.
Deserializeds the json.

Syntax

Visual Basic (Declaration) 
Public Shared Function deserializedJson( _
   ByVal json As String _
) As ImageServiceIdentifyResult
C# 
public static ImageServiceIdentifyResult deserializedJson( 
   string json
)

Parameters

json
The json.

Return Value

Returns an IdentifyImageResult object that contains the response form the identify task.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.