InstanceLockQueryResult Class
Contains query result set represented by a dictionary of ID of instance and the instance owner which currently owns the lock on each instance.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
System.Runtime.DurableInstancing::InstanceStoreQueryResult
System.Runtime.DurableInstancing::InstanceLockQueryResult
| Name | Description | |
|---|---|---|
![]() | InstanceLockQueryResult() | Initializes an instance of the InstanceLockQueryResult class with any empty query result set. |
![]() | InstanceLockQueryResult(Guid, Guid) | Initializes an instance of the InstanceLockQueryResult class and sets the InstanceOwnerIds property using a dictionary that contains the single query result represented by the instance ID and the instance owner ID. |
![]() | InstanceLockQueryResult(IDictionary<Guid, Guid>^) | Initializes an instance of the InstanceLockQueryResult class and sets the InstanceOwnerIds property using the dictionary of instance IDs and instance owner IDs. |
| Name | Description | |
|---|---|---|
![]() | InstanceOwnerIds | Gets a dictionary that contains the query result set. The query result set is represented by a dictionary, which has Instance ID as the key and the ID of the instance owner who owns the lock on the instance 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.

