InstanceStore.GetEvents(InstanceOwner) Metodo

Definizione

Ottiene tutti gli eventi segnalati associati a un oggetto 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()

Parametri

owner
InstanceOwner

Oggetto InstanceOwner che rappresenta il proprietario di un'istanza.

Restituisce

Restituisce una matrice di oggetti InstancePersistenceEvent.

Si applica a