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.5.15.0 (6.5.15.0)


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