C# 클래스 GitHub.Helpers.ThreadingHelper.AwaiterWrapper

상속: IAwaiter
파일 보기 프로젝트 열기: github/VisualStudio

공개 메소드들

메소드 설명
AwaiterWrapper ( ) : System.Threading.Tasks
AwaiterWrapper ( MainThreadAwaiter awaiter ) : System.Threading.Tasks
AwaiterWrapper ( TaskSchedulerAwaiter awaiter ) : System.Threading.Tasks
GetResult ( ) : void
OnCompleted ( System.Action continuation ) : void

메소드 상세

AwaiterWrapper() 공개 메소드

public AwaiterWrapper ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks

AwaiterWrapper() 공개 메소드

public AwaiterWrapper ( MainThreadAwaiter awaiter ) : System.Threading.Tasks
awaiter MainThreadAwaiter
리턴 System.Threading.Tasks

AwaiterWrapper() 공개 메소드

public AwaiterWrapper ( TaskSchedulerAwaiter awaiter ) : System.Threading.Tasks
awaiter TaskSchedulerAwaiter
리턴 System.Threading.Tasks

GetResult() 공개 메소드

public GetResult ( ) : void
리턴 void

OnCompleted() 공개 메소드

public OnCompleted ( System.Action continuation ) : void
continuation System.Action
리턴 void