다음을 통해 공유


AsyncResult.CompletedSynchronously 속성

정의

비동기 작업이 동기적으로 완료되었는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

true비동기 작업이 동기적으로 완료된 경우 그렇지 않으면 . false

구현

설명

자세한 내용은 속성을 참조하세요 IAsyncResult.CompletedSynchronously .

적용 대상