The following tables list the members exposed by FeatureServiceReplicaManager.
Name | Description | |
---|---|---|
![]() | FeatureServiceReplicaManager Constructor | Creates a new instance |
Name | Description | |
---|---|---|
![]() | Credentials | Gets or sets the Network Credentials required to handle this server resources |
![]() | IsBusy | True if an async method is in progress. |
![]() | IsInitialzed | True if the server capabilties are retrieved for the specifed Url |
![]() | IsMasterReplica | True if this cache is the master replica. i.e., this cache has been created using CreateReplica and not a registered cache |
![]() | IsRegistered | True if the cache is registered for replication with the server |
![]() | MobileCache | Gets or sets the Mobile Cache |
![]() | SupportsSyncDirection | True if the server supports Feature Source specific sync direction. |
![]() | TokenCredential | Gets or sets the token credential required to access this server resources |
![]() | Url | Gets or sets the Feature Service Url |
Name | Description | |
---|---|---|
![]() | CreateReplica | Overloaded. Creates the replica between the feature service and a client synchronously. |
![]() | CreateReplicaAsync | Overloaded. Creates the replica between the feature service and a client asynchronously. |
![]() | CreateReplicaAsyncCancel | Cancels the CreateReplicaAsync operation. |
![]() | Dispose | Dispose |
![]() | DownloadAttachment | Download the attachment file. |
![]() | DownloadAttachmentAsync | Download the attachment file. |
![]() | Initialize | Retrives the server capabilities for the Url synchronously |
![]() | InitializeAsync | Retrives the server capabilities for the Url asynchronously. |
![]() | InitializeAsyncCancel | Cancels the InitializeAsync operation. |
![]() | RegisterReplica | Registers an existing cache with the server for replication. After registering Clients can call the Synchronize method to update thier cache. |
![]() | RegisterReplicaAsync | Registers an existing cache with the server for replication. After registering Clients can call the Synchronize method to update thier cache. |
![]() | Synchronize | Overloaded. Synchronizes changes between the feature service and a client based on the replicaID provided by the client synchronously. |
![]() | SynchronizeAsync | Overloaded. Synchronizes changes between the feature service and a client based on the replicaID provided by the client asynchronously. |
![]() | SynchronizeAsyncCancel | Cancels the CreateReplicaAsync operation. |
![]() | UnregisterReplica | Unregisters a replica on the feature service. |
![]() | UnregisterReplicaAsync | Unregisters a replica on the feature service asynchronously. |
Name | Description | |
---|---|---|
![]() | CreateReplicaAsyncCompleted | Raised when CreateReplicaAsync method is completed |
![]() | DownloadAttachmentAsyncCompleted | Raised when DownloadAttachmentAsync method is completed |
![]() | InitializeAsyncCompleted | Raised when InitializeAsyncCompleted method is completed |
![]() | RegisterReplicaAsyncCompleted | Raised when RegisterReplicaAsync method is completed |
![]() | SynchronizeAsyncCompleted | Raised when SynchronizeAsync method is completed |
![]() | UnregisterReplicaAsyncCompleted | Raised when UnregisterReplicaAsync method is completed |