C# 클래스 WebApplications.Utilities.Threading.SynchronizationContextAwaiter

파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
GetResult ( ) : void

Gets the result.

OnCompleted ( [ action ) : void

Called when the action is completed..

SynchronizationContextAwaiter ( [ context ) : System

Initializes a new instance of the SynchronizationContextAwaiter struct.

메소드 상세

GetResult() 공개 메소드

Gets the result.
public GetResult ( ) : void
리턴 void

OnCompleted() 공개 메소드

Called when the action is completed..
public OnCompleted ( [ action ) : void
action [ The action.
리턴 void

SynchronizationContextAwaiter() 공개 메소드

Initializes a new instance of the SynchronizationContextAwaiter struct.
public SynchronizationContextAwaiter ( [ context ) : System
context [ The context.
리턴 System