Monitors reliable-write operations and retries the propagation of failed writes in a background thread.

Namespace: Simol.Consistency
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public class WriteMonitor
Visual Basic
Public Class WriteMonitor
Visual C++
public ref class WriteMonitor

Remarks

Applications that use reliable-writes will normally create and Start()()()() one instance of this class at application startup. The same instance may be passed to all ReliableWriteScope instances created by the application.

It is also acceptable to create a new instance of this class for each ReliableWriteScope instance. However, when using multiple instances in this manner do not start more than a single instance.

Inheritance Hierarchy

System..::..Object
  Simol.Consistency..::..WriteMonitor

See Also