InstancePersistenceContext.ReadInstanceOwnerMetadata Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the instance owner metadata using the data passed in the parameter.
Namespace: System.Runtime.Persistence
Assembly: System.Runtime (in System.Runtime.dll)
Syntax
'Declaration
Public Sub ReadInstanceOwnerMetadata ( _
metadata As IDictionary(Of XName, InstanceValue), _
complete As Boolean _
)
'Usage
Dim instance As InstancePersistenceContext
Dim metadata As IDictionary(Of XName, InstanceValue)
Dim complete As Boolean
instance.ReadInstanceOwnerMetadata(metadata, _
complete)
public void ReadInstanceOwnerMetadata(
IDictionary<XName, InstanceValue> metadata,
bool complete
)
public:
void ReadInstanceOwnerMetadata(
IDictionary<XName^, InstanceValue^>^ metadata,
bool complete
)
member ReadInstanceOwnerMetadata :
metadata:IDictionary<XName, InstanceValue> *
complete:bool -> unit
Parameters
- metadata
Type: System.Collections.Generic.IDictionary<XName, InstanceValue>
The dictionary of XName and InstanceValue objects.
- complete
Type: System.Boolean
The value to specify whether the consistency to be set to InDoubt or Partial.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 4
.NET Framework Client Profile
Supported in: 4
See Also
Reference
InstancePersistenceContext Class