C# Class GoogleVoice.TaskContext

Afficher le fichier Open project: koush/GoogleVoice

Méthodes publiques

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

Private Methods

Méthode Description
Continue ( ) : void

Method Details

Attach() public méthode

public Attach ( IEnumerable tasks, System.Action a ) : void
tasks IEnumerable
a System.Action
Résultat void

SetException() public méthode

public SetException ( Exception e ) : void
e System.Exception
Résultat void