共用方式為


CacheEntryUpdateArguments 建構函式

定義

初始化 CacheEntryUpdateArguments 類別的新執行個體。

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)

參數

source
ObjectCache

ObjectCache 執行個體,key 參考的快取項目即將從該執行個體中移除。

reason
CacheEntryRemovedReason

列舉值其中之一,表示即將移除快取項目的原因。

key
String

即將移除之快取項目的索引鍵。

regionName
String

要從中移除快取專案之快取中的區域名稱。 這是選擇性參數。 如果沒有定義快取區域,則 regionName 必須為 null

例外狀況

keynull

適用於