Click or drag to resize

SliderSlideFetchImageCompletionHandler Delegate

Delegate used to return image data related to slide.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void FetchImageCompletionHandler(
	byte[] imageData,
	CollaborationFailureEventArgs failureEventArgs
)

Parameters

imageData
Type: SystemByte
Raw binary data of an encoded image (either PNG or JPEG). Not null if the request succeeded.
failureEventArgs
Type: Avaya.ClientServicesCollaborationFailureEventArgs
Error information. Not null if the request failed.
See Also