C# 클래스 NanoByte.Common.Tasks.CancellationTokenSource

Signals to CancellationTokens that they should be canceled.
Unlike the built-in CancellationToken type of .NET the NanoByte.Common variant supports remoting.
상속: MarshalNoTimeout, IDisposable
파일 보기 프로젝트 열기: nano-byte/common 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Cancel ( ) : void

Notifies all listening CancellationTokens that operations should be canceled.

Dispose ( ) : void
ToString ( ) : string

메소드 상세

Cancel() 공개 메소드

Notifies all listening CancellationTokens that operations should be canceled.
public Cancel ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string