unregister Geodatabase
Unregisters a geodatabase from a service removing the services replica id. After unregistering a geodatabase it can no longer be synced back to the service. This is often used prior to deleting a local geodatabase. This operation is not related to GeodatabaseSyncTask.registerSyncEnabledGeodatabase(Geodatabase), which is for registering copies of a sync enabled geodatabase.
Return
Returns a task that will unregister a geodatabase, the task does not contain a return value.
Since
200.1.0
Unregisters a geodatabase from a service removing the service's replica id. This overload uses the geodatabase's sync ID rather than a reference to the geodatabase itself. This method is used to unregister a geodatabase from a service using the sync ID. This is commonly used to enable cleanup of the service after the local geodatabase has already been deleted. See Geodatabase.syncId. After unregistering a geodatabase it can no longer be synced back to the service. This operation is not related to GeodatabaseSyncTask.registerSyncEnabledGeodatabase(Geodatabase), which is for registering copies of a sync enabled geodatabase.
Return
Returns a task that will unregister a geodatabase, the task does not contain a return value. This task will fail if the unregister process is unsuccessful.
Since
200.1.0