Click or drag to resize
AsyncProcessDataAllowUpdateThroughPersistentMedium Field
If true, data can be serialized to persistent medium (e.g. shared storage on Azure). If false, data will be not shared across non-sticky instances.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public bool AllowUpdateThroughPersistentMedium

Field Value

Type: Boolean
See Also