Esempio n. 1
0
            public NotificationsBlockToken(RepositoryMonitor monitor, object key, object[] notifications)
            {
                Assert.IsNotNull(monitor);

                _monitor       = monitor;
                _notifications = notifications;
                _key           = key;
            }
Esempio n. 2
0
            public NotificationsBlockToken(RepositoryMonitor monitor, object key, object[] notifications)
            {
                Assert.IsNotNull(monitor);

                _monitor = monitor;
                _notifications = notifications;
                _key = key;
            }