Class Notifier
A factory class, used for creating INotifier instances.
Namespace: Realms.Server
Assembly: Realm.dll
Syntax
public static class Notifier
Methods
| Improve this Doc View SourceStartAsync(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. |