C# 클래스 Methods.ActorModel.SynchronizationContextExtensions

파일 보기 프로젝트 열기: Strilanc/Methods

공개 메소드들

메소드 설명
GetAwaiter ( this context ) : SynchronizationContextAwaiter

Resumes execution in the given synchronization context, when awaited. If execution is already in the given context, it will re-enter it.

메소드 상세

GetAwaiter() 공개 정적인 메소드

Resumes execution in the given synchronization context, when awaited. If execution is already in the given context, it will re-enter it.
public static GetAwaiter ( this context ) : SynchronizationContextAwaiter
context this
리턴 SynchronizationContextAwaiter