

Public Member Functions | |
| CollisionException (string ID, ulong expectedIncarnation) | |
| Initializes a new instance of the object class with a specified Node object ID and the expected incarnation value of the Node object. | |
Properties | |
| string | ID [get] |
| Gets the identifier for the Node object that the collision occurred on. | |
| ulong | ExpectedIncarnation [get] |
| Gets the expected incarnation value. | |
| Simias::Storage::CollisionException::CollisionException | ( | string | ID, | |
| ulong | expectedIncarnation | |||
| ) | [inline] |
Initializes a new instance of the object class with a specified Node object ID and the expected incarnation value of the Node object.
| ID | The globally unique identifier of the Node objects that have a conflict. | |
| expectedIncarnation | The incarnation value that was expected during the commit. |
string Simias::Storage::CollisionException::ID [get] |
Gets the identifier for the Node object that the collision occurred on.
ulong Simias::Storage::CollisionException::ExpectedIncarnation [get] |
Gets the expected incarnation value.
1.5.6