public OutOfMemoryNotifications(NotificationCenter notificationsCenter)
 {
     _notificationsCenter = notificationsCenter;
 }
Exemplo n.º 2
0
 public EtlNotifications(NotificationCenter notificationCenter, NotificationsStorage notificationsStorage, string databaseName)
 {
     _notificationCenter   = notificationCenter;
     _notificationsStorage = notificationsStorage;
     _databaseName         = databaseName;
 }
Exemplo n.º 3
0
 public RequestLatency(NotificationCenter notificationCenter, NotificationsStorage notificationsStorage, string database)
 {
     _notificationCenter   = notificationCenter;
     _notificationsStorage = notificationsStorage;
     _database             = database;
 }