アクティビティ
最新
バナーの背景画像
UI Automation のアクティビティ
最終更新日 2024年4月26日

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 デバイス
接続するデバイス オブジェクトです。
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 文字列
モバイル デバイス マネージャーで設定したデバイスの名前。
applicationName String (任意)
モバイル デバイス マネージャーで設定したアプリケーションの名前です。
options ConnectionOptions (任意)
接続をさらに設定するためのオプション。

戻り値

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

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.