开发者

c# ftp client retry delay

开发者 https://www.devze.com 2023-01-17 04:49 出处:网络
i was able to create a basic ftp client that is working, but i want to m开发者_运维技巧ake it more robust.one of the features i want to add is retry delay (The time between each retry).unfortunately i

i was able to create a basic ftp client that is working, but i want to m开发者_运维技巧ake it more robust. one of the features i want to add is retry delay (The time between each retry). unfortunately i couldn't find a lot of materials online. can someone help me? thanks.


How about using System.Threading.Thread.Sleep() ?

Thread.Sleep Method

Blocks the current thread for the specified number of milliseconds.

0

精彩评论

暂无评论...
验证码 换一张
取 消