C# Class CSharp5.Async

Show file Open project: JeffreyZhao/talks

Public Methods

Method Description
Transfer ( string urlIn, string urlOut, Action onProgress, Action onComplete, Action onError ) : void

Private Methods

Method 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 method

public static Transfer ( string urlIn, string urlOut, Action onProgress, Action onComplete, Action onError ) : void
urlIn string
urlOut string
onProgress Action
onComplete Action
onError Action
return void