InstanceLockQueryResult Class

Definition

Contains query result set represented by a dictionary of ID of instance and the instance owner which currently owns the lock on each instance.

public ref class InstanceLockQueryResult sealed : System::Runtime::DurableInstancing::InstanceStoreQueryResult
public sealed class InstanceLockQueryResult : System.Runtime.DurableInstancing.InstanceStoreQueryResult
type InstanceLockQueryResult = class
    inherit InstanceStoreQueryResult
Public NotInheritable Class InstanceLockQueryResult
Inherits InstanceStoreQueryResult
Inheritance
InstanceLockQueryResult

Constructors

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.

Properties

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.

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)

Applies to