C# 클래스 CqlSharp.Threading.AutoConfiguredAwaiter

Awaiter that automatically determines how awaits need to be continued
파일 보기 프로젝트 열기: reuzel/CqlSharp 1 사용 예제들

공개 메소드들

메소드 설명
GetResult ( ) : void

Gets the result.

OnCompleted ( System.Action continuation ) : void

Schedules the continuation action that's invoked when the instance completes.

비공개 메소드들

메소드 설명
AutoConfiguredAwaiter ( System.Threading.Tasks.Task task ) : System
UnsafeOnCompleted ( System.Action continuation ) : void

메소드 상세

GetResult() 공개 메소드

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

OnCompleted() 공개 메소드

Schedules the continuation action that's invoked when the instance completes.
/// The argument is null (Nothing in /// Visual Basic). ///
public OnCompleted ( System.Action continuation ) : void
continuation System.Action The action to invoke when the operation completes.
리턴 void