C# Class CSharp5.Async

Afficher le fichier Open project: JeffreyZhao/talks

Méthodes publiques

Méthode Description
Transfer ( string urlIn, string urlOut, Action onProgress, Action onComplete, Action onError ) : void

Private Methods

Méthode Description
TransferAsync ( string urlIn, string urlOut, Action onProgress, Action onComplete, Action onError ) : System.Threading.Tasks.Task
TransferAsync ( string urlIn, string urlOut, Action onProgress ) : Task

Method Details

Transfer() public static méthode

public static Transfer ( string urlIn, string urlOut, Action onProgress, Action onComplete, Action onError ) : void
urlIn string
urlOut string
onProgress Action
onComplete Action
onError Action
Résultat void