ConnectionSession.Close 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
액세스 지점에 대한 연결을 닫습니다.
public:
virtual void Close() = Close;
void Close();
// This member is not implemented in C#
function close()
' This member is not implemented in VB.NET
구현
M:Windows.Foundation.IClosable.Close
M:System.IDisposable.Close
설명
이 메서드는 JavaScript로 작성된 UWP 앱에서 사용됩니다. C# 및 VB.NET .NET Framework 4.5를 사용하여 작성된 앱의 경우 Close 메서드는 ConnectionSession에서 Dispose 메서드로 노출됩니다. C++로 작성된 앱의 경우 개체에서 삭제 키워드(keyword) 사용할 때 이 메서드가 호출됩니다.