C# Class CSharp.Sync

Mostra file Open project: JeffreyZhao/talks

Public Methods

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

Method Details

Transfer() public static method

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