共用方式為


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# 中的 .NET Framework 4.5 和 VB.NET 撰寫的應用程式,Close方法會公開為ConnectionSession上的Dispose方法。 針對以 C++ 撰寫的應用程式,在 物件上使用 delete 關鍵字時,會呼叫這個方法。

適用於