DataTransferServiceDataTransferWithDataCompletionHandlerT Delegate |
Declares a delegate used to report the result of a data transfer request with received data.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic delegate void DataTransferWithDataCompletionHandler<T>(
T data,
DataTransferResultArgs resultArgs,
DataTransferServiceErrorEventArgs error
)
Parameters
- data
- Type: T
Data that was transferred. 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.ClientServicesDataTransferResultArgs
Additional values to control transfer process.
- error
- Type: Avaya.ClientServicesDataTransferServiceErrorEventArgs
Not null if the request failed. Represents the error associated with the request.
Type Parameters
- T
See Also