From ecba45c93391066bc30c7bd602c3a7683fbb99a7 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 31 七月 2020 10:56:12 +0800 Subject: [PATCH] 临时备份 --- ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApSearchForm.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApSearchForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApSearchForm.cs index dbe4e4b..3b35e26 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApSearchForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApSearchForm.cs @@ -249,7 +249,7 @@ if (timeCount == 10) { //5绉掑悗娓呯┖缃戝叧鍒楄〃 - HdlGatewayLogic.Current.ClearAllRealGatewayConection(true); + HdlGatewayLogic.Current.ClearAllRealGateway(); ZigBee.Common.Application.IsSearchingGateway = true; } if (timeCount % 2 == 0) @@ -312,7 +312,7 @@ private void StartCheckGatewayThread() { this.isGatewaySearching = true; - HdlThreadLogic.Current.RunThread(() => + HdlThreadLogic.Current.RunThread(async () => { int count = 0; while (this.Parent != null && this.isGatewaySearching == true) @@ -327,7 +327,7 @@ } count = 0; - this.CheckZbGatewayAndSetRow(); + await this.CheckZbGatewayAndSetRow(); if (this.newGatewayGetting == true) { @@ -341,7 +341,7 @@ /// <summary> /// 妫�娴嬫悳绱㈠埌鐨勭綉鍏� /// </summary> - private bool CheckZbGatewayAndSetRow() + private async Task<bool> CheckZbGatewayAndSetRow() { for (int i = 0; i < ZbGateway.GateWayList.Count; i++) { @@ -379,7 +379,7 @@ if (mode == GatewayBindMode.First || mode == GatewayBindMode.Binded) { //娣诲姞鎼滅储鍒扮殑缃戝叧鍒扮紦瀛�(鎵ц缃戝叧淇濆瓨鎿嶄綔) - var result = HdlGatewayLogic.Current.AddNewGateway(way, ShowErrorMode.NO); + var result = await HdlGatewayLogic.Current.AddNewGateway(way, ShowErrorMode.NO); if (result == false) { continue; -- Gitblit v1.8.0