Enumeration that defines the update operation on cache can update data source

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public enum DSWriteOption
Visual Basic
Public Enumeration DSWriteOption
Visual C++
public enum class DSWriteOption

Members

Member nameValueDescription
None0 Do not update data source
WriteThru1 Update data source synchronously
WriteBehind2 Update data source asynchronously

See Also