Пример #1
0
            public NotificationsBlockToken(RepositoryMonitor monitor, object key, object[] notifications)
            {
                Assert.IsNotNull(monitor);

                _monitor       = monitor;
                _notifications = notifications;
                _key           = key;
            }
Пример #2
0
            public NotificationsBlockToken(RepositoryMonitor monitor, object key, object[] notifications)
            {
                Assert.IsNotNull(monitor);

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