WiFiDirectService.ConnectAsync メソッド

定義

オーバーロード

ConnectAsync()

このインスタンスによって表される Wi-Fi ダイレクト サービスとのサービス セッションの確立を開始します。

ConnectAsync(String)

PIN を使用してセッションを構成し、このインスタンスによって表される Wi-Fi ダイレクト サービスとのサービス セッションの確立を開始します。

ConnectAsync()

このインスタンスによって表される Wi-Fi ダイレクト サービスとのサービス セッションの確立を開始します。

public:
 virtual IAsyncOperation<WiFiDirectServiceSession ^> ^ ConnectAsync() = ConnectAsync;
/// [Windows.Foundation.Metadata.Overload("ConnectAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<WiFiDirectServiceSession> ConnectAsync();
[Windows.Foundation.Metadata.Overload("ConnectAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<WiFiDirectServiceSession> ConnectAsync();
function connectAsync()
Public Function ConnectAsync () As IAsyncOperation(Of WiFiDirectServiceSession)

戻り値

非同期接続操作。 正常に完了したら、確立されたセッションを表す オブジェクトを返します。

属性

こちらもご覧ください

適用対象

ConnectAsync(String)

PIN を使用してセッションを構成し、このインスタンスによって表される Wi-Fi ダイレクト サービスとのサービス セッションの確立を開始します。

public:
 virtual IAsyncOperation<WiFiDirectServiceSession ^> ^ ConnectAsync(Platform::String ^ pin) = ConnectAsync;
/// [Windows.Foundation.Metadata.Overload("ConnectAsyncWithPin")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<WiFiDirectServiceSession> ConnectAsync(winrt::hstring const& pin);
[Windows.Foundation.Metadata.Overload("ConnectAsyncWithPin")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<WiFiDirectServiceSession> ConnectAsync(string pin);
function connectAsync(pin)
Public Function ConnectAsync (pin As String) As IAsyncOperation(Of WiFiDirectServiceSession)

パラメーター

pin
String

Platform::String

winrt::hstring

接続の構成に使用する PIN。

戻り値

非同期接続操作。 正常に完了したら、確立されたセッションを表す オブジェクトを返します。

属性

こちらもご覧ください

適用対象