Click or drag to resize

SliderSlideFetchContent Method

Retrieves full image from the server.

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

Parameters

completionHandler
Type: Avaya.ClientServicesSliderSlideFetchImageCompletionHandler
Completion handler instance that is used to return full 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