InstancePersistenceContext.ReadInstanceOwnerMetadata 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
매개 변수에 전달된 데이터를 사용하여 인스턴스 소유자 메타데이터를 설정합니다.
public:
void ReadInstanceOwnerMetadata(System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ metadata, bool complete);
public void ReadInstanceOwnerMetadata(System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> metadata, bool complete);
member this.ReadInstanceOwnerMetadata : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue> * bool -> unit
Public Sub ReadInstanceOwnerMetadata (metadata As IDictionary(Of XName, InstanceValue), complete As Boolean)
매개 변수
- metadata
- IDictionary<XName,InstanceValue>
개체의 XName 사전입니다 InstanceValue .
설명
현재 인스턴스 핸들은 인스턴스에 바인딩되어야 합니다. 인스턴스 핸들이 잠금에 바인딩되어 있거나 현재 인스턴스가 완료로 표시된 경우 메타데이터는 일관된 것으로 간주됩니다. 그렇지 않으면 의심스러운 것으로 간주됩니다.