System.Web.Caching.AggregateCacheDependency.GetUniqueID Method

Retrieves a unique identifier for the System.Web.Caching.AggregateCacheDependency object.

Syntax

public override string GetUniqueID ()

Returns

The unique identifier for the System.Web.Caching.AggregateCacheDependency object. If one of the associated dependency objects does not have a unique identifier, the AggregateCacheDependency.GetUniqueId method returns null.

Remarks

This method assigns a unique identifier to each dependency in the array and returns each of them. The identifier is a combination of either the file name (for a file dependency) or the key name (for a cache-key dependency) and a string that this method assigns to the dependency.

Requirements

Namespace: System.Web.Caching
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0