FDO API Reference Feature Data Objects

END_NAMESPACE_OSGEO_FDO_COMMANDS BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_LOCKING public __gc __interface ILockedObjectReader
 

The FdoILockedObjectReader interface provides forward-only, read-only functionality to identify lock information for a set of objects.

Remarks:
A reference to an FdoILockedObjectReader interface is returned from the GetLockedObjects and GetLockInfo commands. The initial position of the FdoILockInfoReader is prior to the first item. Thus, you must call ReadNext to begin accessing any data.

Comments or suggestions? Send us feedback.