Hi all
I am pooling a payments gateway looking for a response for a transaction. The payments gateway requires me to wait for 10 seconds between each pool, therefore I am considering using the following command:
Will this work with a web page, or is there a better approach?
Mike55.
I am pooling a payments gateway looking for a response for a transaction. The payments gateway requires me to wait for 10 seconds between each pool, therefore I am considering using the following command:
Code:
System.Threading.Thread.Sleep(10000)
Will this work with a web page, or is there a better approach?
Mike55.