次の方法で共有


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 オブジェクトの配列を返します。

適用対象