CacheEntryRemovedCallback 代理人

定義

定義方法的參考,移除快取區中的快取項目後會呼叫該方法。

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)

取得表示特定委派所代表之方法的物件。

適用於