RealtimeEventManager Class |
Namespace: PsrApi.Managers
public class RealtimeEventManager : BaseManager
The RealtimeEventManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
|