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 반환합니다.

적용 대상