C# 클래스 Squared.Task.CancellationScope.Registration

파일 보기 프로젝트 열기: sq/Fracture 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Scheduler TaskScheduler
Scope CancellationScope

공개 메소드들

메소드 설명
OnComplete ( System.Action continuation ) : Squared.Threading.OnComplete
Registration ( ) : System
ThrowIfCanceled ( ) : void

비공개 메소드들

메소드 설명
_OnComplete ( IFuture f ) : void

메소드 상세

OnComplete() 공개 메소드

public OnComplete ( System.Action continuation ) : Squared.Threading.OnComplete
continuation System.Action
리턴 Squared.Threading.OnComplete

Registration() 공개 메소드

public Registration ( ) : System
리턴 System

ThrowIfCanceled() 공개 메소드

public ThrowIfCanceled ( ) : void
리턴 void

프로퍼티 상세

Scheduler 공개적으로 프로퍼티

public TaskScheduler Scheduler
리턴 TaskScheduler

Scope 공개적으로 프로퍼티

public CancellationScope,Squared.Task Scope
리턴 CancellationScope