IAsyncContext<T> 인터페이스

정의

현재 비동기 컨텍스트에 대한 액세스를 제공합니다. 이 인터페이스의 일부 구현은 스레드로부터 안전하지 않을 수 있습니다.

generic <typename T>
public interface class IAsyncContext
public interface IAsyncContext<T>
type IAsyncContext<'T> = interface
Public Interface IAsyncContext(Of T)

형식 매개 변수

T

비동기 상태의 형식입니다.

메서드

Get()

현재 비동기 컨텍스트를 가져옵니다.

Set(T)

비동기 컨텍스트를 설정합니다.

TryGet(T)

현재 비동기 컨텍스트를 가져옵니다.

적용 대상