SuperMap.WinRT.REST.SmMapService.DownloadStringCompleted C# (CSharp) Method

DownloadStringCompleted() private method

private DownloadStringCompleted ( string result ) : SmMapServiceInfo
result string
return SmMapServiceInfo
        private SmMapServiceInfo DownloadStringCompleted(string result)
        {
            JsonObject json = JsonObject.Parse(result);
            MapServiceInfo = SmMapServiceInfo.FromJson(json);
            return MapServiceInfo;
        }