Hi,
When using Invoke you usally also check the InvokeRequired, how does this work with SynchronizationContext (Send/Post)? Will it internally check InvokeRequired or is it more or less the same as just running Invoke/BeginInvoke and no InvokeRequired check?