다음을 통해 공유


ReadResult.IsCanceled 속성

정의

현재 ReadAsync(CancellationToken) 작업이 CancelPendingRead()에 의해 취소되었는지를 표시하는 값을 가져옵니다.

public:
 property bool IsCanceled { bool get(); };
public bool IsCanceled { get; }
member this.IsCanceled : bool
Public ReadOnly Property IsCanceled As Boolean

속성 값

trueReadAsync(CancellationToken) 이 작업을 생성한 작업이 에 의해 CancelPendingRead()취소되었으면 이 ReadResult 고, false그렇지 않으면 입니다.

적용 대상