InstancePersistenceContext.ReadInstanceMetadata Method

Definition

Indicates that the persistence provider has successfully read some instance metadata for the current instance from the instance store.

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)

Parameters

metadata
IDictionary<XName,InstanceValue>

The metadata as a dictionary of XName and InstanceValue objects.

complete
Boolean

true if the metadata represents all of the metadata associated to the instance; otherwise, false.

Applies to