This documentation is archived and is not being maintained.
InstanceLockQueryResult Class
Visual Studio 2010
Contains query result set represented by a dictionary of ID of instance and the instance owner which currently owns the lock on each instance.
System::Object
System.Runtime.DurableInstancing::InstanceStoreQueryResult
System.Runtime.DurableInstancing::InstanceLockQueryResult
System.Runtime.DurableInstancing::InstanceStoreQueryResult
System.Runtime.DurableInstancing::InstanceLockQueryResult
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
The InstanceLockQueryResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | InstanceLockQueryResult() | Initializes an instance of the InstanceLockQueryResult class with any empty query result set. |
![]() | 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. |
![]() | 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. |
| 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.) |
![]() | 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 a hash function for a particular type. (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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
