Share via


InstanceStore.GetEvents(InstanceOwner) Méthode

Définition

Obtient tous les événements signalés liés à un objet InstanceOwner.

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

Paramètres

owner
InstanceOwner

Objet InstanceOwner représentant le propriétaire d'une instance.

Retours

Retourne un tableau d’objets InstancePersistenceEvent.

S’applique à