Removes the external resource URI associated with the specified cache item
public abstract void RemoveItemExternalResource(
string key,
string regionName
)
Public MustOverride Sub RemoveItemExternalResource(
ByVal key As String,
ByVal regionName As String
)
public:
virtual void RemoveItemExternalResource(
String^ key,
String^ regionName
) abstract
public abstract void removeItemExternalResource(String key, String regionName)
key
Unique item identifier.
regionName
Optional region name.
Cache consumers should call this method only if DefaultCacheCapabilities.ExternalResources is supported by this cache (by checking the DefaultCacheCapabilities property.
Cache implementation must call RemoveItemExternalResource when an item is deleted from the cache to clean up any external resource associated with it.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document