Udostępnij za pośrednictwem


InstanceStore.GetEvents(InstanceOwner) Metoda

Definicja

Pobiera wszystkie zasygnaliwane zdarzenia powiązane z obiektem 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()

Parametry

owner
InstanceOwner

Obiekt InstanceOwner reprezentujący właściciela wystąpienia.

Zwraca

Zwraca tablicę InstancePersistenceEvent obiektów.

Dotyczy