Click or drag to resize

EditableContactRetrievePictureCompletionHandler Delegate

Delegate for picture retrieval completion handler.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void RetrievePictureCompletionHandler(
	ContactErrorEventArgs args
)

Parameters

args
Type: Avaya.ClientServicesContactErrorEventArgs
The optional error info. On success this will be null.
See Also