InstancePersistenceContext.PersistedInstance 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示持續性提供者已經成功地將執行個體資料集保存到執行個體存放區。 如果執行個體尚未初始化,這就具有初始化執行個體的作用。
public:
void PersistedInstance(System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ data);
public void PersistedInstance (System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> data);
member this.PersistedInstance : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue> -> unit
Public Sub PersistedInstance (data As IDictionary(Of XName, InstanceValue))
參數
- data
- IDictionary<XName,InstanceValue>
做為 XName 和 InstanceValue 物件之字典的執行個體資料。
備註
目前的執行個體控制代碼必須繫結至執行個體以及該執行個體的鎖定。 每個執行個體資料集都會完全取代先前的資料集。 實例數據集可能是 null - 這與空白相同。 保存 null 的執行個體資料集會刪除現有的執行個體資料集 (保存執行個體資料集完全不會影響執行個體中繼資料)。