SliderSlideCancelThumbnailFetching Method |
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void CancelThumbnailFetching()
Remarks
Fetch requests may be serialized internally so that only a couple (possibly one) simultaneous server
request is sent at any given moment. This can result in high latencies for any new requests if client previously issued fetch
requests for many slides during a small period of time. This method allows the application to cancel some earlier
requests before they finish if the client is not interested in the result anymore and therefore reduce time required to
finish newer requests.
See Also