InstanceOwnerQueryResult Class

.NET Framework (current version)
 

Contains a query result set consisting of metadata associated with an instance owner or instance owners that are retrieved from a persistence store.

Namespace:   System.Runtime.DurableInstancing
Assembly:  System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)

System::Object
  System.Runtime.DurableInstancing::InstanceStoreQueryResult
    System.Runtime.DurableInstancing::InstanceOwnerQueryResult

public ref class InstanceOwnerQueryResult sealed : InstanceStoreQueryResult

NameDescription
System_CAPS_pubmethodInstanceOwnerQueryResult()

Initializes an instance of the InstanceOwnerQueryResult class with an empty query result set.

System_CAPS_pubmethodInstanceOwnerQueryResult(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.

System_CAPS_pubmethodInstanceOwnerQueryResult(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.

NameDescription
System_CAPS_pubpropertyInstanceOwners

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.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
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.

Return to top
Show: