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

用于指定将一致性设置为 InDoubt 还是 Partial 的值。

注解

当前实例句柄必须绑定到某个实例。 如果实例句柄绑定到某个锁,或当前实例标记为已完成,则将元数据视为一致,否则视为不确定。

适用于