共用方式為


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 物件的陣列。

適用於