Click or drag to resize

DataTransferServiceDataTransferCompletionHandler Delegate

Declares a delegate used to report the result of a data transfer request.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void DataTransferCompletionHandler(
	DataTransferResultArgs resultArgs,
	DataTransferServiceErrorEventArgs error
)

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.
See Also