InstanceStore.GetInstanceOwners 方法

定义

获取已绑定到有效实例句柄或没有进行垃圾回收的每个 InstanceOwner 对象。

protected:
 cli::array <System::Runtime::DurableInstancing::InstanceOwner ^> ^ GetInstanceOwners();
protected System.Runtime.DurableInstancing.InstanceOwner[] GetInstanceOwners ();
member this.GetInstanceOwners : unit -> System.Runtime.DurableInstancing.InstanceOwner[]
Protected Function GetInstanceOwners () As InstanceOwner()

返回

InstanceOwner[]

实例的所有者。

注解

返回 InstanceOwner 对象的数组。

适用于