Click or drag to resize
DownloadServiceDownloadWithParametersCompletionHandlerT Delegate
Declares a delegate used to report the result of a Download request with optional parameters.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void DownloadWithParametersCompletionHandler<T>(
	T downloaded,
	DownloadResultArgs resultArgs,
	DownloadServiceErrorEventArgs error
)

Parameters

downloaded
Type: T
Data that was downloaded. May be null if either an error occurs or the file has not been modified as compared to its version identified by the E-Tag passed as part of the optional download parameters.
resultArgs
Type: Avaya.ClientServicesDownloadResultArgs
Additional values to control download process.
error
Type: Avaya.ClientServicesDownloadServiceErrorEventArgs
Not null if the request failed. Represents the error associated with the request.

Type Parameters

T
See Also

Reference