InstanceStore.GetEvents(InstanceOwner) Method

Definition

Gets all the signaled events bound to an InstanceOwner object.

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()

Parameters

owner
InstanceOwner

An InstanceOwner object representing the owner of an instance.

Returns

Returns an array of InstancePersistenceEvent objects.

Applies to