다음을 통해 공유


ConnectionSession.Close 메서드

정의

액세스 지점에 대한 연결을 닫습니다.

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) 사용할 때 이 메서드가 호출됩니다.

적용 대상