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)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상