InstancePersistenceContext.ReadInstanceMetadata Method

Definition

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

C#
public void ReadInstanceMetadata(System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> metadata, bool complete);

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

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1