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

Class WriteThruOptions

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 WriteMode for WriteThruOptions.

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 WriteThruOptions.

Back to top Copyright © 2017 Alachisoft