ILockInfo2 Interface

Provides access to members that supply lock information.

Members

Name Description
Read-only property BranchID The branch id of the lock.
Read-only property BranchLockType The type of branch lock the user acquired.
Read-only property LockDuration The duration of the lock.
Read-only property LockTime The time when lock was acquired.
Read-only property LockType The type of lock the user acquired.
Read-only property RegistrationID The registration id of the Feature Class.
Read-only property ServiceName The name of the service.
Read-only property SessionID The session id.
Read-only property UserName The name of the user that acquired the lock.
Read-only property VersionName The branch version name.

ILockInfo2.BranchID Property

The branch id of the lock.

Public ReadOnly Property BranchID As Integer
public int BranchID {get;}

ILockInfo2.BranchLockType Property

The type of branch lock the user acquired.

Public ReadOnly Property BranchLockType As Integer
public int BranchLockType {get;}

ILockInfo2.LockDuration Property

The duration of the lock.

Public ReadOnly Property LockDuration As Integer
public int LockDuration {get;}

ILockInfo2.LockTime Property

The time when lock was acquired.

Public ReadOnly Property LockTime As DateTime
public DateTime LockTime {get;}

ILockInfo2.RegistrationID Property

The registration id of the Feature Class.

Public ReadOnly Property RegistrationID As Integer
public int RegistrationID {get;}

ILockInfo2.ServiceName Property

The name of the service.

Public ReadOnly Property ServiceName As String
public string ServiceName {get;}

ILockInfo2.SessionID Property

The session id.

Public ReadOnly Property SessionID As String
public string SessionID {get;}

ILockInfo2.VersionName Property

The branch version name.

Public ReadOnly Property VersionName As String
public string VersionName {get;}

Inherited Interfaces

Interfaces Description
ILockInfo Provides access to members that supply lock information.

Classes that implement ILockInfo2

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.