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

속성 값

true ReadAsync(CancellationToken) 이 작업을 생성한 작업이 취소되었CancelPendingRead()으면 이 ReadResult 고, false그렇지 않으면 .

적용 대상