다음을 통해 공유


AsyncLazy<T>.RevertRelevance 구조체

정의

특정 AsyncLazy<T> 코드 블록과 생성된 코드 블록의 관련성을 JoinableTaskContext 숨기는 구조체입니다.

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct AsyncLazy<T>.RevertRelevance : IDisposable
[<System.Runtime.CompilerServices.IsReadOnly>]
type AsyncLazy<'T>.RevertRelevance = struct
    interface IDisposable
Public Structure AsyncLazy(Of T).RevertRelevance
Implements IDisposable

형식 매개 변수

T
상속
AsyncLazy<T>.RevertRelevance
특성
구현

메서드

Dispose()

비동기 로컬 및 스레드 정적 값을 원래 값으로 되돌립니다.

적용 대상