Dim threadStart As New ThreadStart(AddressOf
sendEmailAsync.SendEmail_CongratsLetter_BulkApplications)
Dim thread As New Thread(threadStart)
thread.IsBackground = True
thread.Start()
A reader, writer, photographer and music lover.
Dim threadStart As New ThreadStart(AddressOf
sendEmailAsync.SendEmail_CongratsLetter_BulkApplications)
Dim thread As New Thread(threadStart)
thread.IsBackground = True
thread.Start()