ArcGISWindowsPhoneSDK.WebMapMobileContentServer.WebMapMobileContentServer C# (CSharp) Method

WebMapMobileContentServer() public method

public WebMapMobileContentServer ( ) : ESRI.ArcGIS.Client.WebMap
return ESRI.ArcGIS.Client.WebMap
        public WebMapMobileContentServer()
        {
            InitializeComponent();
            Document webMap = new Document();
            webMap.GetMapCompleted += webMap_GetMapCompleted;
            webMap.ServerBaseUrl = "http://arcgismobile.esri.com/arcgis/mobile/content";

            webMap.GetMapAsync("00ab0becb052428485a8d25e62afb86d");
        }