FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::Locking::ILockOwnersReader Interface Reference
[OSGeo::FDO::Commands::Locking]

Inherited by OSGeo::FDO::Commands::Locking::ILockOwnersReaderImp.

Inheritance diagram for OSGeo::FDO::Commands::Locking::ILockOwnersReader:

Inheritance graph
[legend]

Detailed Description

The ILockOwnersReader interface provides forward-only, read-only functionality for identifying users. A connected user has status of lock owner even if he has no locks or has released his locks.

()

Remarks:
A reference to an ILockOwnersReader interface is returned from the GetLockOwners command. The initial position of the ILockOwnersReader interface is prior to the first item. Thus, you must call ReadNext to begin accessing any data.


Comments or suggestions? Send us feedback.