다음을 통해 공유


RelationalConnection.CloseAsync 메서드

정의

데이터베이스에 대한 연결을 닫습니다.

public virtual System.Threading.Tasks.Task<bool> CloseAsync ();
abstract member CloseAsync : unit -> System.Threading.Tasks.Task<bool>
override this.CloseAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overridable Function CloseAsync () As Task(Of Boolean)

반환

연결이 실제로 닫힌 경우 값 true 이 인 비동기 작업을 나타내는 작업입니다.

구현

적용 대상