Hello, everyone
thread.Start (classinstance As Object, sub As String, args() As Object) As Boolean
1. Can I use the sub of the class module in the thread?
2.What is the use of Classinstance? If yes, please provide examples
I use the thread library for archiving
However, I have now written the document processing that I will use in the same class module for easy use, including file archiving. If I don't use the thread library, I can only process it one by one.
I know you will ask why you are doing this.
The data downloaded from the recorder will of course be placed in the file after processing.
Hello Erel
File.CopyAsync is to back up the data, but my data needs to be separated by month (company regulations) and there will be 4 files to be processed each time.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.