Skip to main content
A newer version of this page is available. .

PersistentObjectStorage<T>.RollbackExistingObject(T) Method

Restores an object to its previous state and cancels uncommitted changes that were made to the object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public virtual void RollbackExistingObject(
    T obj
)

Parameters

Name Type Description
obj T

An object whose changes are cancelled.

See Also