InstancePersistenceContext.ReadInstanceMetadata Methode

Definition

Gibt an, dass der Persistenzanbieter einige Instanzmetadaten für die aktuelle Instanz erfolgreich aus dem Instanzspeicher gelesen hat.

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)

Parameter

metadata
IDictionary<XName,InstanceValue>

Die Metadaten als Wörterbuch und XNameInstanceValue Objekte.

complete
Boolean

truewenn die Metadaten alle metadaten darstellen, die der Instanz zugeordnet sind; andernfalls . false

Gilt für: