InstanceStore.DefaultInstanceOwner 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기본 인스턴스 소유자를 가져오거나 설정합니다.
public:
property System::Runtime::DurableInstancing::InstanceOwner ^ DefaultInstanceOwner { System::Runtime::DurableInstancing::InstanceOwner ^ get(); void set(System::Runtime::DurableInstancing::InstanceOwner ^ value); };
public System.Runtime.DurableInstancing.InstanceOwner DefaultInstanceOwner { get; set; }
member this.DefaultInstanceOwner : System.Runtime.DurableInstancing.InstanceOwner with get, set
Public Property DefaultInstanceOwner As InstanceOwner
속성 값
기본 인스턴스 소유자입니다.
설명
일부 호스트는 이 속성을 읽어 사용할 instance 소유자를 유추합니다. WorkflowApplication은 이 속성을 사용할 수 있습니다. WorkflowServiceHost는 이 속성을 사용하지 않습니다.
DefaultInstanceOwner 속성은 더 이상 필요하지 않은 경우 null로 설정해야 합니다. DefaultInstanceOwner가 null이 아닌 경우 InstanceStore 개체가 가비지 수집되지 않을 수 있습니다.
경고
이 메서드는 대신 abstract
로 virtual
선언되지만 구현은 없습니다. 기능을 제공하려면 이 메서드를 재정의해야 합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET