共用方式為


InstancePersistenceContext.ReadInstanceOwnerMetadata 方法

定義

使用在參數內傳遞的資料,設定執行個體擁有者中繼資料。

public:
 void ReadInstanceOwnerMetadata(System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ metadata, bool complete);
public void ReadInstanceOwnerMetadata (System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> metadata, bool complete);
member this.ReadInstanceOwnerMetadata : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue> * bool -> unit
Public Sub ReadInstanceOwnerMetadata (metadata As IDictionary(Of XName, InstanceValue), complete As Boolean)

參數

metadata
IDictionary<XName,InstanceValue>

XNameInstanceValue 物件的字典。

complete
Boolean

指定是否設定一致性為 InDoubtPartial 的值。

備註

目前的執行個體控制代碼必須繫結至執行個體。 如果此執行個體控制代碼繫結程序至鎖定或目前的執行個體標示為完成,此中繼資料就會被視為一致的,否則這項資料就會被視為不確定。

適用於