Share via


ExecutionContext.IsFlowSuppressed 메서드

정의

실행 컨텍스트의 흐름이 현재 억제되는지 여부를 나타냅니다.

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

반환

Boolean

해당 흐름이 억제되면 true이고, 그렇지 않으면 false입니다.

설명

IsFlowSuppressed 메서드는 인프라 구성 요소에서 비동기 작업 중에 전송 ExecutionContext 할지 여부를 결정하는 데 사용됩니다.

적용 대상