ESRI.ArcGIS.Mobile
RasterLayerSyncAgent Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : RasterLayerSyncAgent Class


The following tables list the members exposed by RasterLayerSyncAgent.

Public Constructors

 NameDescription
Public ConstructorRasterLayerSyncAgent ConstructorOverloaded.  Creates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyCanceled Gets the flag indicating if the synchronization was canceled. (Inherited from SyncAgent)
Public PropertyExtent Gets or sets the extent to download.  
Public PropertyForceRefresh Indicates if the tiles should be retreived from the server even if they are already cached.  
Public PropertyIsValidOverridden.  Indicates if the SyncAgent is correctly defined and can be used.  
Public PropertyLayer Gets or sets the SyncAgent Layer.  
Public PropertyLowerScale Gets or sets the lower scale up to which raster tiles will be downloaded from the remote connection.  
Public PropertyMapDocumentConnection Gets or sets the connection to the map document used for synchronization. (Inherited from SyncAgent)
Public PropertyRasterLayer Gets the raster layer to synchronize.  
Public PropertyRasterQuality Gets or sets the quality of the raster requested from the MapDocumentConnection, measured from 1 to 100 (low to high quality).  
Public PropertyState Gets the synchronization state. (Inherited from SyncAgent)
Public PropertyUpperScale Gets or sets the upper scale up to which raster tiles will be downloaded from the remote connection.  
Top

Public Methods

 NameDescription
Public MethodCancel Requests the synchronization to cancel. This is only applicable if the synchronization is occurring on a different thread than the one requesting to cancel. (Inherited from SyncAgent)
Public MethodSynchronizeOverridden.  Synchronizes data between the local and remote data stores.  
Top

Protected Methods

 NameDescription
Protected MethodOnStateChangedOverridden.  Raises the state changed event.  
Top

Public Events

 NameDescription
Public EventStateChanged Occurs when there is a change in the synchronization state. (Inherited from SyncAgent)
Top

See Also