InstanceStore.DefaultInstanceOwner 속성

정의

기본 인스턴스 소유자를 가져오거나 설정합니다.

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 개체가 가비지 수집되지 않을 수 있습니다.

경고

이 메서드는 대신 abstractvirtual 선언되지만 구현은 없습니다. 기능을 제공하려면 이 메서드를 재정의해야 합니다.

적용 대상