ClientOperation.IsTerminating 속성

정의

이 작업이 세션의 마지막 작업인지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

작업이 호출된 후 연결된 세션이 닫히면 true이고, 그렇지 않으면 false입니다.

설명

기본적으로 이 값은 .의 OperationContractAttribute.IsTerminating값에 해당합니다.

적용 대상