C# 클래스 IronSmarkets.System.Threading.CancellationToken

파일 보기 프로젝트 열기: smarkets/IronSmarkets

Private Properties

프로퍼티 타입 설명
CorrectlyInitialize void

공개 메소드들

메소드 설명
CancellationToken ( bool canceled ) : System
Equals ( CancellationToken other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int
Register ( System.Action callback ) : System.Threading.CancellationTokenRegistration
Register ( System.Action callback, bool useSynchronizationContext ) : System.Threading.CancellationTokenRegistration
Register ( Action callback, object state ) : System.Threading.CancellationTokenRegistration
Register ( Action callback, object state, bool useSynchronizationContext ) : System.Threading.CancellationTokenRegistration
ThrowIfCancellationRequested ( ) : void
operator ( ) : bool

비공개 메소드들

메소드 설명
CorrectlyInitialize ( ) : void

메소드 상세

CancellationToken() 공개 메소드

public CancellationToken ( bool canceled ) : System
canceled bool
리턴 System

Equals() 공개 메소드

public Equals ( CancellationToken other ) : bool
other CancellationToken
리턴 bool

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Register() 공개 메소드

public Register ( System.Action callback ) : System.Threading.CancellationTokenRegistration
callback System.Action
리턴 System.Threading.CancellationTokenRegistration

Register() 공개 메소드

public Register ( System.Action callback, bool useSynchronizationContext ) : System.Threading.CancellationTokenRegistration
callback System.Action
useSynchronizationContext bool
리턴 System.Threading.CancellationTokenRegistration

Register() 공개 메소드

public Register ( Action callback, object state ) : System.Threading.CancellationTokenRegistration
callback Action
state object
리턴 System.Threading.CancellationTokenRegistration

Register() 공개 메소드

public Register ( Action callback, object state, bool useSynchronizationContext ) : System.Threading.CancellationTokenRegistration
callback Action
state object
useSynchronizationContext bool
리턴 System.Threading.CancellationTokenRegistration

ThrowIfCancellationRequested() 공개 메소드

public ThrowIfCancellationRequested ( ) : void
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool