MessagingParticipantRetrievePictureCompletionHandler Delegate |
Delegate for picture retrieval completion handler.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic delegate void RetrievePictureCompletionHandler(
byte[] pictureData,
MessagingFailureEventArgs error
)
Parameters
- pictureData
- Type: SystemByte
The participant picture bytes. Picture data can be in jpeg or png format. - error
- Type: Avaya.ClientServicesMessagingFailureEventArgs
The optional error information. On success this will be null.
See Also