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.8.6.0 (6.8.6.0)


If false,
the dispatcher only supports asynchronous invocation (BeginInvoke(SendOrPostCallback, Object)).
