コード例 #1
0
 public OutOfMemoryNotifications(NotificationCenter notificationsCenter)
 {
     _notificationsCenter = notificationsCenter;
 }
コード例 #2
0
 public EtlNotifications(NotificationCenter notificationCenter, NotificationsStorage notificationsStorage, string databaseName)
 {
     _notificationCenter   = notificationCenter;
     _notificationsStorage = notificationsStorage;
     _databaseName         = databaseName;
 }
コード例 #3
0
ファイル: RequestLatency.cs プロジェクト: janmarques/ravendb
 public RequestLatency(NotificationCenter notificationCenter, NotificationsStorage notificationsStorage, string database)
 {
     _notificationCenter   = notificationCenter;
     _notificationsStorage = notificationsStorage;
     _database             = database;
 }