ContactRetrievePictureCompletionHandler Delegate |
Delegate for picture retrieval completion handler.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic delegate void RetrievePictureCompletionHandler(
ContactErrorEventArgs args
)
Parameters
- args
- Type: Avaya.ClientServicesContactErrorEventArgs
The optional error information. On success this will be null.
See Also