アクティビティ
最新
バナーの背景画像
ワークフローに関するアクティビティ
最終更新日 2024年4月22日

テスト データのキュー アイテムを削除

指定したテスト データのキュー アイテムを削除します。

定義

名前 空間: UiPath.Testing.API

アセンブリ: UiPath.Testing.Activities.Api (UiPath.Testing.Activities.Api.dll の場合)

オーバー ロード

  
DeleteTestDataQueueItems(List<TestDataQueueItem>)指定したテスト データのキュー アイテムを削除します。
DeleteTestDataQueueItems(List<TestDataQueueItem>, String)指定したテスト データのキュー アイテムを特定の Orchestrator フォルダーから削除します。
DeleteTestDataQueueItems(List<TestDataQueueItem>, String, In32)指定したテスト データのキュー アイテムを特定の Orchestrator フォルダーから削除し、 TimeoutMS 設定します。

DeleteTestDataQueueItems(List<TestDataQueueItem>)

指定したテスト データのキュー アイテムを削除します。

void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems
)void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems
)
testDataQueueItems List<TestDataQueueItem>
削除するキュー アイテムのリストを表示します。

DeleteTestDataQueueItems(List<TestDataQueueItem>, String)

指定したテスト データのキュー アイテムを特定の Orchestrator フォルダーから削除します。

void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems,
	string folderPath
)void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems,
	string folderPath
)
testDataQueueItems リスト (List) <TestDataQueueItem>
削除するキュー アイテムのリストを表示します。
folderPath 文字列
指定されたテスト データ キューがあるフォルダーのパスで、プロセスが実行されているフォルダーと異なる場合に使用されます。サブフォルダーを示す区切り文字として / を使用します。たとえば "Testing/Automated Testing" です。

DeleteTestDataQueueItems(List<TestDataQueueItem>, String, In32)

指定したテスト データのキュー アイテムを特定の Orchestrator フォルダーから削除し、 TimeoutMS 設定します。
void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems,
	string folderPath,
	int timeoutMs
)void DeleteTestDataQueueItems(
	List<TestDataQueueItem> testDataQueueItems,
	string folderPath,
	int timeoutMs
)
testDataQueueItems リスト (List) <TestDataQueueItem>
削除するキュー アイテムのリストを表示します。
folderPath 文字列
指定されたテスト データ キューがあるフォルダーのパスで、プロセスが実行されているフォルダーと異なる場合に使用されます。サブフォルダーを示す区切り文字として / を使用します。たとえば "Testing/Automated Testing" です。
timeoutMs Int32
アクティビティの実行が完了するまで待機する時間をミリ秒で指定します。指定した時間が経過しても実行が完了しない場合には、例外をスローします。既定値は 30000 ミリ秒 (30 秒) です。

Was this page helpful?

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