CacheDependency::TakeOwnership Method ()
Allows the first user to declare exclusive ownership of this dependency.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System::Booleantruetrue if the item was the first to take ownership otherwise false. false.
This method declares that the dependency is used. If another item previously called this method and took ownership, false is returned. A CacheDependency can only be used by one cache entry. When an item is added to a cache with any cache dependencies specified, the cache should take ownership of those dependencies to make sure that they are not reused somewhere else.
.NET Framework
Available since 4.7
Available since 4.7
Show: