Interface IProgressListener
Namespace: SuperOffice.WebApiAssembly: SuperOffice.WebApi.dll Defines callbacks for web-client progress notifications.
Methods
OnError(string, Exception)
Called when request fails.Parameters
request string
URL being loaded
errorMessage Exception
Exception that is being thrown. Probably a OnProgress(string, float)
Called during download, and at end to indicate completion.Parameters
request string
URL that is being loaded
progress float
Percent complete (0 to 1)