If this is set to true, AllowApplicationForms
is set to false and InvokeableObject is set
to null, any time an asynchronous method needs to invoke a method in the
main loop, it will instead run the method in its own thread.
The thread safety of this property depends on the thread safety of the underlying dnssd.dll functions. Although it is not recommended, there are no known problems with this library using this method.
However, if your application uses Windows.Forms or any other non-thread safe library, you will have to do your own invoking.