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>

只写值。 这些值在加载实例时是可选的。

适用于