다음을 통해 공유


DispatchOperation.ReleaseInstanceAfterCall 속성

정의

호출 후에 서비스 개체를 재활용할지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool ReleaseInstanceAfterCall { bool get(); void set(bool value); };
public bool ReleaseInstanceAfterCall { get; set; }
member this.ReleaseInstanceAfterCall : bool with get, set
Public Property ReleaseInstanceAfterCall As Boolean

속성 값

Boolean

호출이 완료된 후에 인스턴스가 해제되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상