activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

UI Automation アクティビティ

最終更新日時 2026年3月13日

ConnectAsync

デバイスをアプリケーションに非同期接続します。

定義

名前空間: UiPath.MobileAutomation.API.Contracts

アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

オーバー ロード

オーバーロード説明
ConnectAsync(Device, Application, ConnectionOptions)デバイスとアプリケーション オブジェクトを非同期的に接続します。
ConnectAsync(string, string, ConnectionOptions)モバイル デバイス マネージャーでの設定に従って、デバイスとアプリケーションの両方を非同期的に接続します。

ConnectAsync(Device, Application, ConnectionOptions)

デバイスとアプリケーション オブジェクトを非同期的に接続します。

ConnectAsync(
	Device device,
	Application application = null,
	ConnectionOptions options = null
)
ConnectAsync(
	Device device,
	Application application = null,
	ConnectionOptions options = null
)

device Device : 接続するデバイス オブジェクトです。

application Application : モバイル デバイス マネージャーで設定したアプリケーション オブジェクトです。

options ConnectionOptions (任意) : 接続をさらに設定するためのオプションです。

ConnectAsync(string, string, ConnectionOptions)

モバイル デバイス マネージャーでの設定に従って、デバイスとアプリケーションの両方を非同期的に接続します。

ConnectAsync(
	string name,
	string applicationName = null,
	ConnectionOptions options = null
)
ConnectAsync(
	string name,
	string applicationName = null,
	ConnectionOptions options = null
)

name string : モバイル デバイス マネージャーで設定したデバイスの名前。

文字列applicationName (任意) : モバイル デバイス マネージャーで設定したアプリケーションの名前です。

options ConnectionOptions (任意) : 接続をさらに設定するためのオプションです。

戻り値

待機可能な Connection オブジェクト。

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得