Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ExecutionContext::IsFlowSuppressed Method ()

 

Indicates whether the flow of the execution context is currently suppressed.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

public:
static bool IsFlowSuppressed()

Return Value

Type: System::Boolean

true if the flow is suppressed; otherwise, false.

The IsFlowSuppressed method is used by infrastructure components to determine whether to transfer the ExecutionContext during asynchronous operations.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft