C# Class GoogleVoice.TaskContext

Show file Open project: koush/GoogleVoice

Public Methods

Method Description
Attach ( IEnumerable tasks, System.Action a ) : void
SetException ( Exception e ) : void

Private Methods

Method Description
Continue ( ) : void

Method Details

Attach() public method

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

SetException() public method

public SetException ( Exception e ) : void
e System.Exception
return void