다음을 통해 공유


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 개체의 배열을 반환합니다.

적용 대상