IROValidatedSessionsChangesListener
Overview
The IROValidatedSessionsChangesListener interface is used internally in the Session Management implementation and is not designed to be used outside the Remoting SDK.
The TROOlympiaEventRepository class implements this interface and the TSendEvent, TROSuperHTTPServerConnection and TROWinMessageServer classes use it to notify the TROEventRepository that a given event in a given session was processed.
Location
- Unit: uROSessions.pas
- Ancestry: IROValidatedSessionsChangesListener
Required Methods
EventSucceeded
Notifies that the aId
event in the aClientID
session was processed.
procedure EventSucceeded(aClientID: TGUID; aId: TGUID)
Parameters:
- aClientID: Session GUID
- aId: Event GUID