ExecutionContext.IsFlowSuppressed Methode

Definition

Gibt an, ob der Fluss des Ausführungskontexts derzeit unterdrückt wird.

public:
 static bool IsFlowSuppressed();
public static bool IsFlowSuppressed ();
static member IsFlowSuppressed : unit -> bool
Public Shared Function IsFlowSuppressed () As Boolean

Gibt zurück

Boolean

true, wenn der Fluss unterdrückt wird, andernfalls false.

Hinweise

Die IsFlowSuppressed Methode wird von Infrastrukturkomponenten verwendet, um zu bestimmen, ob die Übertragung während ExecutionContext asynchroner Vorgänge erfolgt.

Gilt für