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


IEnumDatabaseLockInfo.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > IE > IEnumDatabaseLockInfo Interface > IEnumDatabaseLockInfo.Next Method
ArcGIS Developer Help

IEnumDatabaseLockInfo.Next Method

A lock in the database.

[Visual Basic .NET]
Public Function Next ( _
) As IDatabaseLockInfo
[C#]
public IDatabaseLockInfo Next (
);
[C++]
HRESULT Next(
void
);

Product Availability

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

See Also

IEnumDatabaseLockInfo Interface