Contains methods used to save/update an object to the master data source. Must be implemented by write-through components.

Namespace: Alachisoft.NCache.Runtime.DatasourceProviders
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public interface IWriteThruProvider
Visual Basic
Public Interface IWriteThruProvider
Visual C++
public interface class IWriteThruProvider

See Also