.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_stored_image_handle_1a7c49ceacdb9d76cb780570fd8ca33f8e: IStoredImageHandle.BasicImageInfo Method ++++++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.CameraSdk`` A blocking (synchronous) version of :ref:`RequestBasicImageInfoAsync ` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`IImageFileBasicInfo` BasicImageInfo(UInt32 timeoutMs = 0); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - timeoutMs - An optional maximum amount of milliseconds to wait for a *basic info* object, before giving up. Zero (0) is *wait forever*. .. rubric:: Returns: A :ref:`IImageFileBasicInfo ` object or nullptr if timeout occurs. .. rubric:: See also: :ref:`RequestBasicImageInfoAsync `