Show / Hide Table of Contents

    Class Notifier

    A factory class, used for creating INotifier instances.

    Inheritance
    Object
    Notifier
    Namespace: Realms.Server
    Assembly: Realm.dll
    Syntax
    public static class Notifier

    Methods

    | Improve this Doc View Source

    StartAsync(NotifierConfiguration)

    Creates a new INotifier with the supplied NotifierConfiguration.

    Declaration
    public static Task<INotifier> StartAsync(NotifierConfiguration config)
    Parameters
    Type Name Description
    NotifierConfiguration config

    A NotifierConfiguration describing the various INotifier settings.

    Returns
    Type Description
    Task<INotifier>

    An awaitable task, that, upon completion, will contain the fully initialized INotifier instance.

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