Execute code on the UI thread
C#using CI.WSANative.Dispatchers;
using CI.WSANative.Dispatchers;
Initialise must be called first - it need only ever be called once
C#WSANativeDispatcher.Initialise();
WSANativeDispatcher.Initialise();
C#WSANativeDispatcher.Invoke(() => { });
WSANativeDispatcher.Invoke(() => { });