C# Class CSharp2.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
GetAsyncEnumerator ( AsyncEnumerator ae, string urlIn, string urlOut, Action onProgress, Action onComplete ) : IEnumerator

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