Persistent

A session is held open as long as tables are actively reading or writing.

The lock is held until one of the following methods is called:

If one or more read operations were already being performed on the com.arcgismaps.data.ServiceFeatureTable when an edit operation began (if a shared lock was already in place), then the shared lock becomes an exclusive lock. When all edit operations are applied successfully, the exclusive lock returns to being a shared lock.

A call to com.arcgismaps.data.ServiceGeodatabase.close will release an exclusive lock.

Note that if the com.arcgismaps.data.ServiceGeodatabase version requested is the default version, no exclusive lock will be acquired.

Edit operations that trigger the locks described above:

Since

200.1.0