Click or drag to resize
EditableContactRetrievePictureCompletionHandler Delegate
Delegate for picture retrieval completion handler.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.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