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
bool
Remarks

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