• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class WriteThruOptions

Class that defines write-through options 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)

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 CompactReader

Serialize(CompactWriter)

Used for serializing through CompactWriter

SetDataSourceNotification(DataSourceModifiedCallBack, EventType)

Set data source modified notification for write-through options.

Back to top Copyright © 2017 Alachisoft