You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CheshireCaat edited this page Feb 7, 2020
·
14 revisions
Running functions through threads is very similar to a regular launch through BasRemoteClient. The main feature of this type of launch is that you can control the launch yourself, stop the stream, and check whether it is busy with the execution of functions. This is very convenient as it gives you complete control over the execution of functions.
If you want to create new thread then use client.CreateThread() method. This method returns IBasThread interface, that contains several useful methods and properties. Take a look at example.