| RealtimeEventManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Managers
 Syntax
Syntaxpublic class RealtimeEventManager : BaseManager
The RealtimeEventManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | ContainerChanged | 
                Event fired when a container has changed.
                Only invoked when license module realtime is available and realtime updates are enabled.
             | 
|  | DataBindingChanged | 
                Event fired when a data binding has changed.
                Only invoked when license module realtime is available and realtime updates are enabled.
             | 
|  | GroupChanged | 
                Event fired when a group has changed.
                Only invoked when license module realtime is available and realtime updates are enabled.
             | 
|  | RoleChanged | 
                Event fired when a role has changed.
                Only invoked when license module realtime is available and realtime updates are enabled.
             | 
|  | ServerMessageReceived | 
                Event fired when a server message was received.
             | 
|  | UserChanged | 
                Event fired when a user has changed.
                Only invoked when license module realtime is available and realtime updates are enabled.
             | 
 See Also
See Also