TROEventRepository
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview
TROEventRepository forms the base class of all event repository components provided by RemObjects SDK. It can also be used as the base class for implementing your own repository.
File
- uROEventRepository
Declaration
TROEventRepository = class(TROComponent, IROEventRepository);
Hierarchy
- TROComponent
- TROEventRepository
Properties
| | | |
|---|---|---|
| Message | TROMessage |
The message format used to encode event data. This must match the message format used on the client-side TROEventReceiver. |
| SessionManager | TROCustomSessionManager |
The session manager that maintains the the server's user sessions. RemObjects SDK events are tied to user sessions. Fired events are stored in the session until delivered to clients, while undelivered events expire and are discarded when the session expires. Therefore, to function, every Event Repository must have a session manager assigned. |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | RemObjects SDK | Architecture | Class | Component | Delphi
