CacheEntryRemovedCallback 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義方法的參考,移除快取區中的快取項目後會呼叫該方法。
public delegate void CacheEntryRemovedCallback(CacheEntryRemovedArguments ^ arguments);
public delegate void CacheEntryRemovedCallback(CacheEntryRemovedArguments arguments);
type CacheEntryRemovedCallback = delegate of CacheEntryRemovedArguments -> unit
Public Delegate Sub CacheEntryRemovedCallback(arguments As CacheEntryRemovedArguments)
參數
- arguments
- CacheEntryRemovedArguments
已經從快取區中移除之快取項目的相關資訊。
備註
委派會 CacheEntryRemovedCallback 以 物件的形式 CacheEntryRemovedArguments 傳遞已移除快取專案的相關信息。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |