InstanceStore.GetInstanceOwners Methode

Definition

Ruft jedes InstanceOwner -Objekt ab, das an ein gültiges Instanzhandle gebunden ist oder nicht garbage collection wurde.

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

Gibt zurück

Der Besitzer der Instanz.

Hinweise

Gibt ein Array von InstanceOwner -Objekten zurück.

Gilt für: