Class Notifications.NotificationFactoryModule
- Namespace
- Nightwatch.Core
- Assembly
- Nightwatch.Core.dll
[CompilationMapping(SourceConstructFlags.Module)]
public static class Notifications.NotificationFactoryModule
- Inheritance
-
Notifications.NotificationFactoryModule
- Inherited Members
Methods
Create(string, FSharpFunc<IDictionary<string, string>, FSharpFunc<CheckNotification, Task>>)
[CompilationArgumentCounts(new int[] { 1, 1 })]
public static Notifications.NotificationFactory Create(string notificationType, FSharpFunc<IDictionary<string, string>, FSharpFunc<Notifications.CheckNotification, Task>> create)
Parameters
notificationTypestringcreateFSharpFunc<IDictionary<string, string>, FSharpFunc<Notifications.CheckNotification, Task>>