C# 클래스 AsyncDolls.TaskExtensions

파일 보기 프로젝트 열기: danielmarbach/async-dolls

공개 메소드들

메소드 설명
Ignore ( this task ) : void
IgnoreCancellation ( this task ) : System.Threading.Tasks.Task

메소드 상세

Ignore() 공개 정적인 메소드

public static Ignore ( this task ) : void
task this
리턴 void

IgnoreCancellation() 공개 정적인 메소드

public static IgnoreCancellation ( this task ) : System.Threading.Tasks.Task
task this
리턴 System.Threading.Tasks.Task