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