Apply a delta to the table. Should not invoke any user callbacks, since not all tables have been updated yet. Should fix up indices, to be ready for PostApply.
(IEventContext context, IParsedTableUpdate parsedTableUpdate)
| 73 | /// <param name="context"></param> |
| 74 | /// <param name="parsedTableUpdate"></param> |
| 75 | internal void Apply(IEventContext context, IParsedTableUpdate parsedTableUpdate); |
| 76 | |
| 77 | /// <summary> |
| 78 | /// Finish applying a delta to a table. |
no outgoing calls