InstanceStore.GetEvents(InstanceOwner) Метод

Определение

Извлекает все отслеживаемые события, привязанные к объекту 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()

Параметры

owner
InstanceOwner

Объект InstanceOwner, представляющий владельца экземпляра.

Возвращаемое значение

Возвращает массив объектов InstancePersistenceEvent.

Применяется к