NOPObjectStore UndoCheckout Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Reverts object state to Normal after the call to Checkout. This way the changes (if any) are not going to be persisted. Returns true if object was found and checkout canceled. Keep in mind: this method CAN NOT revert inner object state to its original state if it was changed, it only unmarks object as changed. This method is reentrant just like the Checkout is

Namespace: NFX.ApplicationModel.Volatile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool UndoCheckout(
	Guid key
)

Return Value

Type: OnlineBoolean

Implements

IObjectStore UndoCheckout(Guid)
See Also