ESRI.ArcGIS.Mobile
MobileCache Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : MobileCache Class

Stores the data from a Map Document in a local cache.

Object Model





Syntax

Visual Basic (Declaration) 
<ToolboxItemAttribute(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ToolboxBitmapAttribute()>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.Mobile.Designer.MobileCacheDesigner, ESRI.ArcGIS.Mobile.Designer, Culture=neutral")>
Public Class MobileCache 
   Inherits DataSource
   Implements IBoundable, ISpatialData2 
C# 
[ToolboxItemAttribute(ToolboxItemType=System.Drawing.Design.ToolboxItem, ToolboxItemTypeName="System.Drawing.Design.ToolboxItem, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxBitmapAttribute()]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="ESRI.ArcGIS.Mobile.Designer.MobileCacheDesigner, ESRI.ArcGIS.Mobile.Designer, Culture=neutral")]
public class MobileCache : DataSource, IBoundable, ISpatialData2  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         ESRI.ArcGIS.Mobile.DataSource
            ESRI.ArcGIS.Mobile.MobileServices.MobileCache
               ESRI.ArcGIS.Mobile.MobileServices.MobileService

Requirements

Namespace: ESRI.ArcGIS.Mobile.MobileServices

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also