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