DownloadServiceDownloadCompletionHandlerT Delegate |
Declares a delegate used to report the result of a Download request.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic delegate void DownloadCompletionHandler<T>(
T downloaded,
DownloadServiceErrorEventArgs error
)
Parameters
- downloaded
- Type: T
Data that was downloaded. If error happens this value is null.
- error
- Type: Avaya.ClientServicesDownloadServiceErrorEventArgs
Not null if the request failed. Represents the error associated with the request.
Type Parameters
- T
See Also