
Public Member Functions | |
| ChangeLogReader (Collection collection) | |
| Initializes a new instance of the object class. | |
| EventContext | GetEventContext () |
| Gets an EventContext object that contains the latest event information. | |
| bool | GetEvents (EventContext cookie, out ArrayList changeList) |
| Gets the events that have been recorded in the ChangeLog from the specified event context. | |
| Simias::Storage::ChangeLogReader::ChangeLogReader | ( | Collection | collection | ) | [inline] |
Initializes a new instance of the object class.
| collection | Collection object to listen for events on. |
| EventContext Simias::Storage::ChangeLogReader::GetEventContext | ( | ) | [inline] |
Gets an EventContext object that contains the latest event information.
| bool Simias::Storage::ChangeLogReader::GetEvents | ( | EventContext | cookie, | |
| out ArrayList | changeList | |||
| ) | [inline] |
Gets the events that have been recorded in the ChangeLog from the specified event context.
| cookie | Event context received from call to GetEventContext method. | |
| changeList | Receives a list of ChangeLogRecords that are the changes to the Collection Store. |
1.5.6