InstancePersistenceContext.ReadInstanceMetadata Methode

Definition

Gibt an, dass der Persistenzanbieter erfolgreich verschiedene Instanzmetadaten für die aktuelle Instanz des Instanzspeichers 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 von XName- und InstanceValue-Objekten.

complete
Boolean

true, wenn die Metadaten alle Metadaten darstellen, die der Instanz zugeordnet sind, andernfalls false.

Gilt für: