ZeroconfServices Documation
AllowMultithreadedCallbacks Property
NamespacesZeroconfServiceDNSServiceAllowMultithreadedCallbacks
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.
Declaration Syntax
C#Visual BasicVisual C++
public bool AllowMultithreadedCallbacks{ get; set;}
Public Property AllowMultithreadedCallbacks As Boolean
public:
property bool AllowMultithreadedCallbacks {
	bool get ();
	void set (bool value);
}
Remarks

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.

Assembly: ZeroconfService (Module: ZeroconfService) Version: 0.1.0.0