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)).