Leadtools.Medical.Caching Namespace : Cache.CacheItemRemovedHandler Delegate |
public delegate void Cache.CacheItemRemovedHandler( string key, byte[] data, CacheItemRemovedReason reason )
'Declaration Public Delegate Sub Cache.CacheItemRemovedHandler( _ ByVal key As String, _ ByVal data() As Byte, _ ByVal reason As CacheItemRemovedReason _ )
'Usage Dim instance As New Cache.CacheItemRemovedHandler(AddressOf HandlerMethod)
public delegate void Cache.CacheItemRemovedHandler( string key, byte[] data, CacheItemRemovedReason reason )
public delegate void Cache.CacheItemRemovedHandler( String^ key, array<byte>^ data, CacheItemRemovedReason reason )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2