ConnectionSession Klasse

Definition

Die ConnectionSession-Klasse wird verwendet, um eine Verbindung mit einem Zugriffspunkt darzustellen, der mit AcquireConnectionAsync eingerichtet wurde.

public ref class ConnectionSession sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ConnectionSession final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ConnectionSession : System.IDisposable
Public NotInheritable Class ConnectionSession
Implements IDisposable
Vererbung
Object Platform::Object IInspectable ConnectionSession
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Eigenschaften

ConnectionProfile

Ruft das ConnectionProfile ab, das der Verbindungssitzung zugeordnet ist.

Methoden

Close()

Schließt die Verbindung mit dem Zugriffspunkt.

Dispose()

Führt anwendungsspezifische Aufgaben durch, die mit der Freigabe, der Zurückgabe oder dem Zurücksetzen von nicht verwalteten Ressourcen zusammenhängen.

Gilt für:

Weitere Informationen