Method Playback
Playback(EntityManager)
Play back all recorded operations against an entity manager.
Declaration
public void Playback(EntityManager mgr)
Parameters
Type | Name | Description |
---|---|---|
EntityManager | mgr | The entity manager that will receive the operations |
Playback(ExclusiveEntityTransaction)
Play back all recorded operations with an exclusive entity transaction. BeginExclusiveEntityTransaction().
Declaration
public void Playback(ExclusiveEntityTransaction mgr)
Parameters
Type | Name | Description |
---|---|---|
ExclusiveEntityTransaction | mgr | The exclusive entity transaction that will process the operations |