Provides access to members that supply lock information.
Members
Name | Description | |
---|---|---|
BranchID | The branch id of the lock. | |
BranchLockType | The type of branch lock the user acquired. | |
LockDuration | The duration of the lock. | |
LockTime | The time when lock was acquired. | |
LockType | The type of lock the user acquired. | |
RegistrationID | The registration id of the Feature Class. | |
ServiceName | The name of the service. | |
SessionID | The session id. | |
UserName | The name of the user that acquired the lock. | |
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 |
---|