다음을 통해 공유


InstanceStore.GetInstanceOwners 메서드

정의

유효한 인스턴스 핸들에 바인딩되거나 가비지 수집되지 않은 각 InstanceOwner 개체를 가져옵니다.

protected:
 cli::array <System::Runtime::DurableInstancing::InstanceOwner ^> ^ GetInstanceOwners();
protected System.Runtime.DurableInstancing.InstanceOwner[] GetInstanceOwners ();
member this.GetInstanceOwners : unit -> System.Runtime.DurableInstancing.InstanceOwner[]
Protected Function GetInstanceOwners () As InstanceOwner()

반환

인스턴스 소유자입니다.

설명

InstanceOwner 개체의 배열을 반환합니다.

적용 대상