ESRI.ArcGIS.Mobile
FeatureServiceReplicaManager Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace : FeatureServiceReplicaManager Class


The following tables list the members exposed by FeatureServiceReplicaManager.

Public Constructors

 NameDescription
Public ConstructorFeatureServiceReplicaManager Constructor Creates a new instance  
Top

Public Properties

 NameDescription
Public PropertyCredentials Gets or sets the Network Credentials required to handle this server resources  
Public PropertyIsBusy True if an async method is in progress.  
Public PropertyIsInitialzed True if the server capabilties are retrieved for the specifed Url  
Public PropertyIsMasterReplica True if this cache is the master replica. i.e., this cache has been created using CreateReplica and not a registered cache  
Public PropertyIsRegistered True if the cache is registered for replication with the server  
Public PropertyMobileCache Gets or sets the Mobile Cache  
Public PropertySupportsSyncDirection True if the server supports Feature Source specific sync direction.  
Public PropertyTokenCredential Gets or sets the token credential required to access this server resources  
Public PropertyUrl Gets or sets the Feature Service Url  
Top

Public Methods

 NameDescription
Public MethodCreateReplicaOverloaded.  Creates the replica between the feature service and a client synchronously.  
Public MethodCreateReplicaAsyncOverloaded.  Creates the replica between the feature service and a client asynchronously.  
Public MethodCreateReplicaAsyncCancel Cancels the CreateReplicaAsync operation.  
Public MethodDispose Dispose  
Public MethodDownloadAttachment Download the attachment file.  
Public MethodDownloadAttachmentAsync Download the attachment file.  
Public MethodInitialize Retrives the server capabilities for the Url synchronously  
Public MethodInitializeAsync Retrives the server capabilities for the Url asynchronously.  
Public MethodInitializeAsyncCancel Cancels the InitializeAsync operation.  
Public MethodRegisterReplica Registers an existing cache with the server for replication. After registering Clients can call the Synchronize method to update thier cache.  
Public MethodRegisterReplicaAsync Registers an existing cache with the server for replication. After registering Clients can call the Synchronize method to update thier cache.  
Public MethodSynchronizeOverloaded.  Synchronizes changes between the feature service and a client based on the replicaID provided by the client synchronously.  
Public MethodSynchronizeAsyncOverloaded.  Synchronizes changes between the feature service and a client based on the replicaID provided by the client asynchronously.  
Public MethodSynchronizeAsyncCancel Cancels the CreateReplicaAsync operation.  
Public MethodUnregisterReplica Unregisters a replica on the feature service.  
Public MethodUnregisterReplicaAsync Unregisters a replica on the feature service asynchronously.  
Top

Public Events

 NameDescription
Public EventCreateReplicaAsyncCompleted Raised when CreateReplicaAsync method is completed  
Public EventDownloadAttachmentAsyncCompleted Raised when DownloadAttachmentAsync method is completed  
Public EventInitializeAsyncCompleted Raised when InitializeAsyncCompleted method is completed  
Public EventRegisterReplicaAsyncCompleted Raised when RegisterReplicaAsync method is completed  
Public EventSynchronizeAsyncCompleted Raised when SynchronizeAsync method is completed  
Public EventUnregisterReplicaAsyncCompleted Raised when UnregisterReplicaAsync method is completed  
Top

See Also

© 2013 All Rights Reserved.