InstanceHandle Class
.NET Framework (current version)
Represents a handle to InstanceView object.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
| Name | Description | |
|---|---|---|
![]() | IsValid | Returns a value that indicates whether an instance handle is valid. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Free() | Frees the instance handle. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
A host interacts with an instance in the instance store by obtaining an instance handle to the instance from the InstanceStore object.
.NET Framework
Available since 4.0
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.
Show:

