PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingDispatched­Execution­ModeNon­Blocking
Open sandboxFocus

DispatchedExecutionMode.NonBlocking Field

The caller never waits for the called method. The method is enqueued for later execution even on the same context. Methods that have a non-void return type or ref or out parameters cannot be dispatched in non-blocking mode.

Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public const DispatchedExecutionMode NonBlocking
Returns
Type Description
DispatchedExecutionMode