InstanceStoreQueryResult Class
Supports an extensible mechanism to provide data from an instance store. This includes data for instances, instance owners, and instance keys other than those bound to the instance handle being used. For example, a persistence provider mayprovide the owner metadata for all the instance owners in the store by passing an instance of a class derived from InstanceStoreQueryResult to the QueriedInstanceStoremethod.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
System.Runtime.DurableInstancing::InstanceStoreQueryResult
System.Activities.DurableInstancing::ActivatableWorkflowsQueryResult
System.Runtime.DurableInstancing::InstanceLockQueryResult
System.Runtime.DurableInstancing::InstanceOwnerQueryResult
| Name | Description | |
|---|---|---|
![]() | InstanceStoreQueryResult() | Initializes an instance of the InstanceStoreQueryResult class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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.

