Show / Hide Table of Contents

    Interface INotifier

    An notifier instance that observes Realms and invokes handlers with change details. It can be obtained by calling StartAsync(NotifierConfiguration).

    Inherited Members
    IDisposable.Dispose()
    Namespace: Realms.Server
    Assembly: Realm.dll
    Syntax
    public interface INotifier : IDisposable

    Properties

    | Improve this Doc View Source

    Configuration

    Gets the NotifierConfiguration that was used to create this INotifier.

    Declaration
    NotifierConfiguration Configuration { get; }
    Property Value
    Type Description
    NotifierConfiguration

    The Notifier's configuration.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Realm
    Generated by DocFX