다음을 통해 공유


CreateWorkflowOwnerCommand.InstanceOwnerMetadata 속성

정의

XName 개체를 키로 사용하고 InstanceValue 개체를 값으로 사용하여 사전의 인스턴스 소유자(현재 서비스 호스트에 대해 일대일 매핑이 있음)에 대한 메타데이터를 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ InstanceOwnerMetadata { System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> InstanceOwnerMetadata { get; }
member this.InstanceOwnerMetadata : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>
Public ReadOnly Property InstanceOwnerMetadata As IDictionary(Of XName, InstanceValue)

속성 값

IDictionary<XName,InstanceValue>

인스턴스 소유자에 대한 메타데이터입니다.

적용 대상