Del via


PostEvictionCallbackRegistration Class

Definition

Represents a callback delegate that will be fired after an entry is evicted from the cache.

public ref class PostEvictionCallbackRegistration
public class PostEvictionCallbackRegistration
type PostEvictionCallbackRegistration = class
Public Class PostEvictionCallbackRegistration
Inheritance
PostEvictionCallbackRegistration

Constructors

PostEvictionCallbackRegistration()

Properties

EvictionCallback

Gets or sets the callback delegate that will be fired after an entry is evicted from the cache.

State

Gets or sets the state to pass to the callback delegate.

Applies to