InstanceStore.GetInstanceOwners Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.