C# 클래스 InSync.Threading.Extensions

파일 보기 프로젝트 열기: cvetomir-todorov/SmallProjects

공개 메소드들

메소드 설명
SafelyCancel ( CancellationTokenSource cts ) : void

Safely cancels the CancellationTokenSource even if it has been previously disposed.

메소드 상세

SafelyCancel() 공개 정적인 메소드

Safely cancels the CancellationTokenSource even if it has been previously disposed.
public static SafelyCancel ( CancellationTokenSource cts ) : void
cts CancellationTokenSource
리턴 void