| DownloadServiceDownloadCompletionHandlerT Delegate |
Declares a delegate used to report the result of a Download request.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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