Sdílet prostřednictvím


InstanceStore.GetEvents(InstanceOwner) Metoda

Definice

Získá všechny signalizační události vázané na InstanceOwner objekt.

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

Objekt InstanceOwner představující vlastníka instance.

Návraty

Vrátí pole InstancePersistenceEvent objektů.

Platí pro