CacheDependency.FinishInit Method
.NET Framework 3.0
Completes initialization of the CacheDependency object.
Namespace: System.Web.Caching
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The FinishInit method completes the initialization of the CacheDependency object. This method is called by all CacheDependency constructors.
Notes to Inheritors: The FinishInit method must be called at the end of the constructor for derived classes to complete the initialization of the CacheDependency object.Community Additions
ADD
Show: