IDispatcher.IsInvokeSupported Property |
Determines whether the Invoke(SendOrPostCallback, Object) method is supported.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 6.6.14.0 (6.6.14.0)
If false,
the dispatcher only supports asynchronous invocation (BeginInvoke(SendOrPostCallback, Object)).