InstanceKey Konstruktory

Definice

Inicializuje instanci třídy InstanceKey.

Přetížení

InstanceKey(Guid)

Inicializuje instanci InstanceKey třídy pomocí identifikátoru GUID přidruženého k předanýmu klíči instance.

InstanceKey(Guid, IDictionary<XName,InstanceValue>)

Inicializuje instanci InstanceKey třídy pomocí identifikátoru GUID a metadat přidružených ke klíči instance.

InstanceKey(Guid)

Inicializuje instanci InstanceKey třídy pomocí identifikátoru GUID přidruženého k předanýmu klíči instance.

public:
 InstanceKey(Guid value);
public InstanceKey (Guid value);
new System.Runtime.DurableInstancing.InstanceKey : Guid -> System.Runtime.DurableInstancing.InstanceKey
Public Sub New (value As Guid)

Parametry

value
Guid

Identifikátor GUID přidružený ke klíči instance. Nesmí být Guid.Empty.

Platí pro

InstanceKey(Guid, IDictionary<XName,InstanceValue>)

Inicializuje instanci InstanceKey třídy pomocí identifikátoru GUID a metadat přidružených ke klíči instance.

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))

Parametry

value
Guid

Identifikátor GUID přidružený ke klíči instance. Nesmí být Guid.Empty.

metadata
IDictionary<XName,InstanceValue>

Slovník, který obsahuje metadata přidružená ke klíči instance nebo k hodnotě null.

Platí pro