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

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

TokenSource ( CancellationToken token ) : System.Threading

Initializes a new instance of the TokenSource class.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

TokenSource() 공개 메소드

Initializes a new instance of the TokenSource class.
public TokenSource ( CancellationToken token ) : System.Threading
token System.Threading.CancellationToken The token.
리턴 System.Threading