sessionType

The type of read and edit sessions to use when working with the service. The default value is FeatureServiceSessionType.Transient.

If the feature service this ServiceGeodatabase references is not branch-versioned, only FeatureServiceSessionType.Transient is supported.

If using FeatureServiceSessionType.Persistent, it is important to call ServiceGeodatabase.close() before destruction.

Cannot be set after the ServiceGeodatabase is loaded. When the ServiceGeodatabase is created by loading an ArcGISMap, use LoadSettings to control the session type.

Since

200.1.0

See also

LoadSettings.featureServiceSessionType