C# 클래스 Squared.Task.CancellationScope

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

공개 프로퍼티들

프로퍼티 타입 설명
Description string
FilePath string
Id int
LineNumber int
Null CancellationScope

공개 메소드들

메소드 설명
CancellationScope ( [ description = null, [ filePath = null, [ lineNumber ) : System
GetAwaiter ( ) : CancellationScopeAwaiter
Push ( ) : CancellationScope
Reserve ( ) : Future
Set ( System.Threading.Tasks.Task task, CancellationScope scope ) : void
ThrowIfCanceled ( ) : void
ToString ( ) : string
TryCancel ( ) : bool
TryGet ( System.Threading.Tasks.Task task, CancellationScope &result ) : bool

비공개 메소드들

메소드 설명
AddChild ( CancellationScope child ) : void

메소드 상세

CancellationScope() 공개 메소드

public CancellationScope ( [ description = null, [ filePath = null, [ lineNumber ) : System
description [
filePath [
lineNumber [
리턴 System

GetAwaiter() 공개 메소드

public GetAwaiter ( ) : CancellationScopeAwaiter
리턴 CancellationScopeAwaiter

Push() 공개 메소드

public Push ( ) : CancellationScope
리턴 CancellationScope

Reserve() 공개 정적인 메소드

public static Reserve ( ) : Future
리턴 Future

Set() 공개 정적인 메소드

public static Set ( System.Threading.Tasks.Task task, CancellationScope scope ) : void
task System.Threading.Tasks.Task
scope CancellationScope
리턴 void

ThrowIfCanceled() 공개 메소드

public ThrowIfCanceled ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryCancel() 공개 메소드

public TryCancel ( ) : bool
리턴 bool

TryGet() 공개 정적인 메소드

public static TryGet ( System.Threading.Tasks.Task task, CancellationScope &result ) : bool
task System.Threading.Tasks.Task
result CancellationScope
리턴 bool

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

FilePath 공개적으로 프로퍼티

public string FilePath
리턴 string

Id 공개적으로 프로퍼티

public int Id
리턴 int

LineNumber 공개적으로 프로퍼티

public int LineNumber
리턴 int

Null 공개적으로 정적으로 프로퍼티

public static CancellationScope,Squared.Task Null
리턴 CancellationScope