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)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象