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) 时,将调用此方法。

适用于