Android Question THREAD and class module issues

kuosda

Active Member
Licensed User
Longtime User
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
 
Last edited:

kuosda

Active Member
Licensed User
Longtime User
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.
 
Upvote 0

kuosda

Active Member
Licensed User
Longtime User
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.
 
Upvote 0
Top