Interface INotifier
An notifier instance that observes Realms and invokes handlers with change details. It can be obtained by calling StartAsync(NotifierConfiguration).
Inherited Members
Namespace: Realms.Server
Assembly: Realm.dll
Syntax
public interface INotifier : IDisposable
Properties
| Improve this Doc View SourceConfiguration
Gets the NotifierConfiguration that was used to create this INotifier.
Declaration
NotifierConfiguration Configuration { get; }
Property Value
Type | Description |
---|---|
NotifierConfiguration | The Notifier's configuration. |