Sdílet prostřednictvím


CacheEntryUpdateArguments Konstruktor

Definice

Inicializuje novou instanci CacheEntryUpdateArguments třídy.

public:
 CacheEntryUpdateArguments(System::Runtime::Caching::ObjectCache ^ source, System::Runtime::Caching::CacheEntryRemovedReason reason, System::String ^ key, System::String ^ regionName);
public CacheEntryUpdateArguments (System.Runtime.Caching.ObjectCache source, System.Runtime.Caching.CacheEntryRemovedReason reason, string key, string regionName);
new System.Runtime.Caching.CacheEntryUpdateArguments : System.Runtime.Caching.ObjectCache * System.Runtime.Caching.CacheEntryRemovedReason * string * string -> System.Runtime.Caching.CacheEntryUpdateArguments
Public Sub New (source As ObjectCache, reason As CacheEntryRemovedReason, key As String, regionName As String)

Parametry

source
ObjectCache

Instance ObjectCache , ze které se položka mezipaměti, na kterou odkazuje, key bude odebrána.

reason
CacheEntryRemovedReason

Jedna z hodnot výčtu, které označují, proč bude položka mezipaměti odebrána.

key
String

Klíč položky mezipaměti, který se odebere.

regionName
String

Název oblasti v mezipaměti, ze které se má položka mezipaměti odebrat. Tento parametr je volitelný. Pokud nejsou definovány oblasti mezipaměti, regionName musí být null.

Výjimky

key je null.

Platí pro