다음을 통해 공유


InstancePersistenceContext.LoadedInstance 메서드

정의

지속성 공급자가 인스턴스 저장소에서 현재 인스턴스를 검색했음을 나타냅니다.

public:
 void LoadedInstance(System::Runtime::DurableInstancing::InstanceState state, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ instanceData, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ instanceMetadata, System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ associatedInstanceKeyMetadata, System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ completedInstanceKeyMetadata);
public void LoadedInstance (System.Runtime.DurableInstancing.InstanceState state, System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> instanceData, System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> instanceMetadata, System.Collections.Generic.IDictionary<Guid,System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue>> associatedInstanceKeyMetadata, System.Collections.Generic.IDictionary<Guid,System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue>> completedInstanceKeyMetadata);
member this.LoadedInstance : System.Runtime.DurableInstancing.InstanceState * System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue> * System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue> * System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>> * System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>> -> unit
Public Sub LoadedInstance (state As InstanceState, instanceData As IDictionary(Of XName, InstanceValue), instanceMetadata As IDictionary(Of XName, InstanceValue), associatedInstanceKeyMetadata As IDictionary(Of Guid, IDictionary(Of XName, InstanceValue)), completedInstanceKeyMetadata As IDictionary(Of Guid, IDictionary(Of XName, InstanceValue)))

매개 변수

state
InstanceState

인스턴스 상태 정보입니다.

instanceData
IDictionary<XName,InstanceValue>

XNameInstanceValue 개체 사전으로서의 인스턴스 데이터입니다.

instanceMetadata
IDictionary<XName,InstanceValue>

XNameInstanceValue 개체 컬렉션으로서의 인스턴스 메타데이터입니다.

associatedInstanceKeyMetadata
IDictionary<Guid,IDictionary<XName,InstanceValue>>

인스턴스 식별자 사전으로서의 연결된 인스턴스 키 메타데이터와, XNameInstanceValue 개체의 사전인 인스턴스 키 메타데이터입니다.

completedInstanceKeyMetadata
IDictionary<Guid,IDictionary<XName,InstanceValue>>

인스턴스 식별자 사전으로서의 완료된 인스턴스 메타데이터와 XNameInstanceValue 개체의 사전인 인스턴스 키 메타데이터입니다.

설명

현재 인스턴스 핸들이 인스턴스에 바인딩되어 있어야 합니다. 인스턴스 핸들이 잠금에 바인딩되어 있거나 로드된 인스턴스가 완료로 표시되어 있으면 로드된 데이터에 일관성이 있는 것으로 간주되지만, 그렇지 않으면 로드된 데이터가 불확실한 상태에 있는 것으로 간주됩니다.

적용 대상