This document is archived and information here might be outdated.  Recommended version.


IDatabaseLocksInfo.AllLocks Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > ID > IDatabaseLocksInfo Interface > IDatabaseLocksInfo.AllLocks Property
ArcGIS Developer Help

IDatabaseLocksInfo.AllLocks Property

All the locks in the database.

[Visual Basic .NET]
Public ReadOnly Property AllLocks As IEnumDatabaseLockInfo
[C#]
public IEnumDatabaseLockInfo AllLocks {get;}
[C++]
HRESULT get_AllLocks(
  IEnumDatabaseLockInfo** locks
);
[C++]
Parameters
locks [out, retval]

locks is a parameter of type IEnumDatabaseLockInfo**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDatabaseLocksInfo Interface