Share via


InstanceStore.GetInstanceOwners Méthode

Définition

Obtient chaque objet InstanceOwner qui est lié à un handle d'instance valide ou qui n'a pas été récupéré par le garbage collector.

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()

Retours

Propriétaire de l'instance.

Remarques

Retourne un tableau d'objets InstanceOwner.

S’applique à