This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumLockInfo Interface > IEnumLockInfo.Next Method (ArcObjects .NET 10.4 SDK) |
Retrieves the next lock.
[Visual Basic .NET] Public Function Next ( _ ) As ILockInfo
[C#] public ILockInfo Next ( );
[C++]
HRESULT Next(
ILockInfo** lock
);
[C++]
Parameters lock [out, retval]
lock is a parameter of type ILockInfo
The Next method returns the next ILockInfo object.