This documentation is archived and is not being maintained.

SqlCacheDependencyAdmin Methods

The SqlCacheDependencyAdmin type exposes the following members.

  NameDescription
Public method Static member DisableNotifications Disables SqlCacheDependency change notifications for the specified database.
Public method Static member DisableTableForNotifications(String, String) Disables SqlCacheDependency change notifications on a SQL Server database table.
Public method Static member DisableTableForNotifications(String, array<String>) Disables SqlCacheDependency change notifications on an array of SQL Server database tables.
Public method Static member EnableNotifications Enables SqlCacheDependency change notifications on the specified database.
Public method Static member EnableTableForNotifications(String, String) Connects to the specified SQL Server database and enables the specified database table for SqlCacheDependency change notifications.
Public method Static member EnableTableForNotifications(String, array<String>) Connects to the specified SQL Server database and enables the specified array of database tables for SqlCacheDependency change notification.
Public method Static member GetTablesEnabledForNotifications Retrieves a string array containing the name of every table that is enabled for change notifications in a SQL Server database.
Top
Show: