InstancePersistenceContext.ReadInstanceMetadata 方法

定义

指示持久性提供程序已成功从实例存储中读取当前实例的一些实例元数据。

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

参数

metadata
IDictionary<XName,InstanceValue>

元数据作为字典 XNameInstanceValue 对象。

complete
Boolean

true 如果元数据表示与实例关联的所有元数据,则为 ;否则,为 false.

适用于