C# 클래스 GoogleVoice.TaskContext

파일 보기 프로젝트 열기: koush/GoogleVoice

공개 메소드들

메소드 설명
Attach ( IEnumerable tasks, System.Action a ) : void
SetException ( Exception e ) : void

비공개 메소드들

메소드 설명
Continue ( ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( IEnumerable tasks, System.Action a ) : void
tasks IEnumerable
a System.Action
리턴 void

SetException() 공개 메소드

public SetException ( Exception e ) : void
e System.Exception
리턴 void