Enumeration that defines the update operation on cache can update data source
Namespace: Alachisoft.NCache.Web.CachingAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not update data source | |
| WriteThru | 1 | Update data source synchronously | |
| WriteBehind | 2 | Update data source asynchronously |