共用方式為


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 物件的陣列。

適用於