What is the best method to Marshall
data from one thread to another for
data displayed in a user form UDP data passed in a different thread.
If the input is a user clicking a button to update the data
for each update.
Here is the example:
the user clicks a button the data is updated in the UDP thread
the data is collected and marshaled to the UI form displayed in a label as text rinse and repeat for each user click of the third party UI.
data from one thread to another for
data displayed in a user form UDP data passed in a different thread.
If the input is a user clicking a button to update the data
for each update.
Here is the example:
the user clicks a button the data is updated in the UDP thread
the data is collected and marshaled to the UI form displayed in a label as text rinse and repeat for each user click of the third party UI.