PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingIDispatcherIs­Invoke­Supported
Open sandboxFocus

IDispatcher.IsInvokeSupported Property

IsInvokeSupported

Determines whether the Invoke(SendOrPostCallback, Object) method is supported.

Declaration
bool IsInvokeSupported { get; }
Property Value
Type Description
Boolean
Remarks

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