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