Delegate DownloadFileAsyncCallback
On download file async complete, success or fail.
Namespace: TheArtOfDev.HtmlRenderer.Core.Handlers
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public delegate void DownloadFileAsyncCallback(Uri imageUri, string filePath, Exception error, bool canceled);
Parameters
System. The online image uri |
System. the path to the downloaded file |
System. the error if download failed |
System. is the file download request was canceled |
Constructors
DownloadFileAsyncCallback(Object, IntPtr)
Declaration
public DownloadFileAsyncCallback(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Uri, String, Exception, Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Uri imageUri, string filePath, Exception error, bool canceled, AsyncCallback callback, object object)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Uri, String, Exception, Boolean)
Declaration
public virtual void Invoke(Uri imageUri, string filePath, Exception error, bool canceled)
Parameters
System.
|
System.
|
System.
|
System.
|