PostSharp//API Reference/Post­Sharp.​Patterns.​Threading/Dispatched­Execution­Mode/Non­Blocking
Open sandboxFocus

Field NonBlocking

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