InstanceOwnerQueryResult Class
Contains a query result set consisting of metadata associated with an instance owner or instance owners that are retrieved from a persistence store.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
System.Runtime.DurableInstancing::InstanceStoreQueryResult
System.Runtime.DurableInstancing::InstanceOwnerQueryResult
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

