SqlCacheDependencyAdmin Methods

 

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDisableNotifications(String^)

Disables SqlCacheDependency change notifications for the specified database.

System_CAPS_pubmethodSystem_CAPS_staticDisableTableForNotifications(String^, String^)

Disables SqlCacheDependency change notifications on a SQL Server database table.

System_CAPS_pubmethodSystem_CAPS_staticDisableTableForNotifications(String^, array<String^>^)

Disables SqlCacheDependency change notifications on an array of SQL Server database tables.

System_CAPS_pubmethodSystem_CAPS_staticEnableNotifications(String^)

Enables SqlCacheDependency change notifications on the specified database.

System_CAPS_pubmethodSystem_CAPS_staticEnableTableForNotifications(String^, String^)

Connects to the specified SQL Server database and enables the specified database table for SqlCacheDependency change notifications.

System_CAPS_pubmethodSystem_CAPS_staticEnableTableForNotifications(String^, array<String^>^)

Connects to the specified SQL Server database and enables the specified array of database tables for SqlCacheDependency change notification.

System_CAPS_pubmethodSystem_CAPS_staticGetTablesEnabledForNotifications(String^)

Retrieves a string array containing the name of every table that is enabled for change notifications in a SQL Server database.

Return to top
Show: