InstanceStore::CreateInstanceHandle Method (InstanceOwner^)
.NET Framework (current version)
Creates an instance handle. If the instance owner passed as a parameter is not null, the value is automatically bound as the new handle’s instance owner. (Otherwise, no instance owner is bound, even if DefaultInstanceOwner is set.)
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
Parameters
- owner
-
Type:
System.Runtime.DurableInstancing::InstanceOwner^
The owner of an instance.
Return Value
Type: System.Runtime.DurableInstancing::InstanceHandle^The instance handle. A null value indicates that the new handle should not be automatically bound to an instance owner.
.NET Framework
Available since 4.0
Available since 4.0
Show: