InstanceOwnerQueryResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a query result set consisting of metadata associated with an instance owner or instance owners that are retrieved from a persistence store.
public ref class InstanceOwnerQueryResult sealed : System::Runtime::DurableInstancing::InstanceStoreQueryResult
public sealed class InstanceOwnerQueryResult : System.Runtime.DurableInstancing.InstanceStoreQueryResult
type InstanceOwnerQueryResult = class
inherit InstanceStoreQueryResult
Public NotInheritable Class InstanceOwnerQueryResult
Inherits InstanceStoreQueryResult
- Inheritance
Constructors
InstanceOwnerQueryResult() |
Initializes an instance of the InstanceOwnerQueryResult class with an empty query result set. |
InstanceOwnerQueryResult(Guid, IDictionary<XName,InstanceValue>) |
Initializes an instance of the InstanceOwnerQueryResult class with a single query result consisting of the GUID of the instance owner and the metadata associated with that instance owner in the instance store passed as parameters. |
InstanceOwnerQueryResult(IDictionary<Guid,IDictionary<XName,InstanceValue>>) |
Initializes an instance of the InstanceOwnerQueryResult class using the dictionary passed as a parameter that contains GUIDs associated with instance owners and dictionaries that contain metadata associated with these instance owners. |
Properties
InstanceOwners |
Gets the query result set consisting of metadata associated with an instance owner or instance owners stored in a dictionary that contains the GUID of the instance owner as a key and the metadata stored in another dictionary of names and values of properties as the value. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |