Initializes a new instance of the AggregateCacheDependency class that wraps multiple CacheDependency objects.

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#
public AggregateCacheDependency()
Visual Basic
Public Sub New
Visual C++
public:
AggregateCacheDependency()

Remarks

This is the default constructor for the AggregateCacheDependency class.

See Also