Release custom resources used by the CacheDependency object.

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
protected virtual void DependencyDispose()
Visual Basic
Protected Overridable Sub DependencyDispose
Visual C++
protected:
virtual void DependencyDispose()

Remarks

Releases the resources used by the CacheDependency object. Must be overriden by custom CacheDependency objects.

See Also