コード例 #1
0
ファイル: Global.asax.cs プロジェクト: fjvela/SignalR
        private void SetupSQLDependency()
        {
            DataBaseContext context = new DataBaseContext();

            NotificationManager notificationManager = new NotificationManager(new Data.DataBaseContext());

            notificationManager.NotificationOnChanged += NotificationManager_NotificationOnChanged;
            notificationManager.ActivateImmediateNotification();
        }