Udostępnij za pośrednictwem


InstanceOwnerQueryResult Konstruktory

Definicja

Inicjuje wystąpienie klasy InstanceOwnerQueryResult.

Przeciążenia

InstanceOwnerQueryResult()

Inicjuje InstanceOwnerQueryResult wystąpienie klasy z pustym zestawem wyników zapytania.

InstanceOwnerQueryResult(IDictionary<Guid,IDictionary<XName,InstanceValue>>)

Inicjuje wystąpienie InstanceOwnerQueryResult klasy przy użyciu słownika przekazanego jako parametr zawierający identyfikatory GUID skojarzone z właścicielami wystąpień i słownikami, które zawierają metadane skojarzone z tymi właścicielami wystąpień.

InstanceOwnerQueryResult(Guid, IDictionary<XName,InstanceValue>)

Inicjuje wystąpienie InstanceOwnerQueryResult klasy z pojedynczym wynikiem zapytania składającym się z identyfikatora GUID właściciela wystąpienia i metadanych skojarzonych z tym właścicielem wystąpienia w magazynie wystąpień przekazanych jako parametry.

InstanceOwnerQueryResult()

Inicjuje InstanceOwnerQueryResult wystąpienie klasy z pustym zestawem wyników zapytania.

public:
 InstanceOwnerQueryResult();
public InstanceOwnerQueryResult ();
Public Sub New ()

Dotyczy

InstanceOwnerQueryResult(IDictionary<Guid,IDictionary<XName,InstanceValue>>)

Inicjuje wystąpienie InstanceOwnerQueryResult klasy przy użyciu słownika przekazanego jako parametr zawierający identyfikatory GUID skojarzone z właścicielami wystąpień i słownikami, które zawierają metadane skojarzone z tymi właścicielami wystąpień.

public:
 InstanceOwnerQueryResult(System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ instanceOwners);
public InstanceOwnerQueryResult (System.Collections.Generic.IDictionary<Guid,System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue>> instanceOwners);
new System.Runtime.DurableInstancing.InstanceOwnerQueryResult : System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>> -> System.Runtime.DurableInstancing.InstanceOwnerQueryResult
Public Sub New (instanceOwners As IDictionary(Of Guid, IDictionary(Of XName, InstanceValue)))

Parametry

instanceOwners
IDictionary<Guid,IDictionary<XName,InstanceValue>>

Słownik zawierający identyfikatory GUID i metadane właścicieli wystąpień reprezentujący zestaw wyników zapytania. Metadane są zawarte w dodatkowych słownikach zawierających nazwy i wartości właściwości metadanych.

Dotyczy

InstanceOwnerQueryResult(Guid, IDictionary<XName,InstanceValue>)

Inicjuje wystąpienie InstanceOwnerQueryResult klasy z pojedynczym wynikiem zapytania składającym się z identyfikatora GUID właściciela wystąpienia i metadanych skojarzonych z tym właścicielem wystąpienia w magazynie wystąpień przekazanych jako parametry.

public:
 InstanceOwnerQueryResult(Guid instanceOwnerId, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ metadata);
public InstanceOwnerQueryResult (Guid instanceOwnerId, System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> metadata);
new System.Runtime.DurableInstancing.InstanceOwnerQueryResult : Guid * System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue> -> System.Runtime.DurableInstancing.InstanceOwnerQueryResult
Public Sub New (instanceOwnerId As Guid, metadata As IDictionary(Of XName, InstanceValue))

Parametry

instanceOwnerId
Guid

Identyfikator GUID skojarzony z właścicielem wystąpienia.

metadata
IDictionary<XName,InstanceValue>

Metadane skojarzone z właścicielem wystąpienia w słowniku (zawierające nazwy właściwości i ich wartości).

Dotyczy