PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingActor­DispatcherIDispatcher.​Is­Invoke­Supported
Open sandboxFocus

ActorDispatcher.IDispatcher.IsInvokeSupported Property

IDispatcher.IsInvokeSupported

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

Declaration
bool IDispatcher.IsInvokeSupported { get; }
Returns
Type Description
Boolean
Implements
IDispatcher.IsInvokeSupported
Remarks

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