InstancePersistenceContext.ReadInstanceMetadata Metod

Definition

Anger att beständighetsprovidern har läst vissa instansmetadata för den aktuella instansen från instansarkivet.

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)

Parametrar

metadata
IDictionary<XName,InstanceValue>

Metadata som en ordlista med XName och InstanceValue objekt.

complete
Boolean

trueom metadata representerar alla metadata som är associerade med instansen; annars . false

Gäller för