Click or drag to resize

SliderSlideFetchThumbnail Method

Retrieves thumbnail image from the server.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void FetchThumbnail(
	SliderSlideFetchImageCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesSliderSlideFetchImageCompletionHandler
Completion handler instance that is used to return thumbnail image data.
Remarks
Important note Important
Client is expected to cache image data to avoid multiple calls to this method. Image data is not stored anywhere inside the SDK.
See Also