.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_stored_image_handle_1a51ed368708558fc7b38c9867d2b082bb: IStoredImageHandle.RequestImageAsync Method +++++++++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.CameraSdk`` Request a full IIQ file of the image .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void RequestImageAsync(); This method triggers on-demand transfer of the entire IIQ file of an image. To retrieve the object, you must listen for the :ref:`EventType.CameraImageReady ` notification, *before* calling this method. This notification contains the image via the :ref:`INotificationEvent.FullImage ` method. The listener thread cannot know whether the arrived image is a just triggered capture, or a result of an on-demand request from this method. Therefore, use the IIQ filename to identify your requested image. You *must* subscribe to image transfers via :ref:`IFullImageSubscription ` for any images to be transferred.