InstanceKey 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 InstanceKey 类的实例。
重载
InstanceKey(Guid) |
使用与传递的实例密钥关联的 GUID 初始化 InstanceKey 类的实例。 |
InstanceKey(Guid, IDictionary<XName,InstanceValue>) |
使用 GUID 和与实例键关联的元数据初始化 InstanceKey 类的实例。 |
InstanceKey(Guid)
使用与传递的实例密钥关联的 GUID 初始化 InstanceKey 类的实例。
public:
InstanceKey(Guid value);
public InstanceKey (Guid value);
new System.Runtime.DurableInstancing.InstanceKey : Guid -> System.Runtime.DurableInstancing.InstanceKey
Public Sub New (value As Guid)
参数
- value
- Guid
与实例密钥关联的 GUID。 不能为 Guid.Empty。
适用于
InstanceKey(Guid, IDictionary<XName,InstanceValue>)
使用 GUID 和与实例键关联的元数据初始化 InstanceKey 类的实例。
public:
InstanceKey(Guid value, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ metadata);
public InstanceKey (Guid value, System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> metadata);
new System.Runtime.DurableInstancing.InstanceKey : Guid * System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue> -> System.Runtime.DurableInstancing.InstanceKey
Public Sub New (value As Guid, metadata As IDictionary(Of XName, InstanceValue))
参数
- value
- Guid
与实例密钥关联的 GUID。 不能为 Guid.Empty。
- metadata
- IDictionary<XName,InstanceValue>
包含与实例键或 null 关联的元数据的字典。