Initializes a new instance of the WriteMonitor class.
Namespace: Simol.ConsistencyAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public WriteMonitor( ISimol simol ) |
Visual Basic |
---|
Public Sub New ( _ simol As ISimol _ ) |
Visual C++ |
---|
public: WriteMonitor( ISimol^ simol ) |
Parameters
- simol
- Type: Simol..::..ISimol
The Simol instance to use for managing reliable-writes.