Share via


InstanceStore.GetEvents(InstanceOwner) Método

Definición

Obtiene todos los eventos señalados enlazados a un objeto 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()

Parámetros

owner
InstanceOwner

Objeto InstanceOwner que representa el propietario de una instancia.

Devoluciones

Devuelve una matriz de objetos InstancePersistenceEvent.

Se aplica a