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


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

IDatabaseLockInfo.SessionID Property

The session that owns the lock.

[Visual Basic .NET]
Public ReadOnly Property SessionID As Integer
[C#]
public int SessionID {get;}
[C++]
HRESULT get_SessionID(
  System.Int32* SessionID
);
[C++]
Parameters
SessionID [out, retval]

SessionID is a parameter of type long*

Product Availability

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

See Also

IDatabaseLockInfo Interface