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)

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

適用対象