Delegate per la creazione dei metadati specifici per la tipologia di oggetto in cache
[Visual Basic] Public Delegate Function Sub CacheItemMetadataCreation( _ ByVal key As String _ ) As CacheItemMetadata [C#] public delegate CacheItemMetadata CacheItemMetadataCreation( string key ) [C++] public __gc __delegate CacheItemMetadata* CacheItemMetadataCreation( String* key )
[JScript] In JScript, you can use the delegates defined by a type, but you cannot define your own.
Restituisce il metadato corrispondente
Namespace: Caching
Assembly: Caching (in Caching.dll)