Caching Library

CacheItemMetadataDictionary.Remove Method 

Rimuove un metadato dalla collezione

[Visual Basic]
Public Sub Remove( _ 
   ByVal key As String _ 
)
[C#]
public void Remove(
   string key
);
[C++]
public: void Remove(
   String* key
);
[JScript]
public function Remove(
   String key
);

Parameters

key
Chiave corrispondente al metadato da rimuovere

See Also

CacheItemMetadataDictionary Class | Caching Namespace