다음을 통해 공유


DurableInstancingOptions.AddInstanceOwnerValues 메서드

정의

인스턴스 소유자에 대한 메타데이터를 호스트에 추가합니다. 이 메서드는 워크플로 호스트가 열리기 전에 호출될 수도 있습니다.

public:
 void AddInstanceOwnerValues(System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ readWriteValues, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ writeOnlyValues);
public void AddInstanceOwnerValues (System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> readWriteValues, System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> writeOnlyValues);
member this.AddInstanceOwnerValues : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> * System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> -> unit
Public Sub AddInstanceOwnerValues (readWriteValues As IDictionary(Of XName, Object), writeOnlyValues As IDictionary(Of XName, Object))

매개 변수

readWriteValues
IDictionary<XName,Object>

읽기-쓰기 메타데이터입니다.

writeOnlyValues
IDictionary<XName,Object>

쓰기 전용 값입니다. 이러한 값은 인스턴스를 로드할 때 선택 사항입니다.

적용 대상