InstanceStore.GetEvents(InstanceOwner) Metodo

Definizione

Ottiene tutti gli eventi segnalato associati a un InstanceOwner oggetto .

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 di .

Valori restituiti

Restituisce una matrice di InstancePersistenceEvent oggetti.

Si applica a