Class WriteThruOptions
Class that defines write-through options regarding updating the data source.
Inheritance
System.Object
WriteThruOptions
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class WriteThruOptions : object, ICompactSerializable
Constructors
Name | Description |
---|---|
WriteThruOptions(WriteMode, String) | Initialized a new instance of WriteThruOptions. |
Properties
Name | Description |
---|---|
Mode | Specifies WriteMode for write-through options. |
ProviderName | Specifies the unique identifier for the data source provider. |
Methods
Name | Description |
---|---|
Deserialize(CompactReader) | Used for deserializing through Alachisoft.NCache.Runtime.Serialization.IO.CompactReader |
Serialize(CompactWriter) | Used for serializing through Alachisoft.NCache.Runtime.Serialization.IO.CompactWriter |
SetDataSourceNotification(DataSourceModifiedCallBack, EventType) | Set data source modified notification for write-through options. |