Commits the current reliable-write to SimpleDB.

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

Syntax

C#
public void Commit()
Visual Basic
Public Sub Commit
Visual C++
public:
void Commit()

Remarks

When this method is invoked all steps of the reliable-write are written to SimpleDB in a two-phased process. The overall commit is performed synchronously, but each step of the operation is performed in parallel. In other words, this method will not return until all steps of the operation are complete (or the operation fails), but each step of the write is processed in a separate thread.

See Also