Skip to content

IFileDataLock Interface

Provides access to file data sources data lock functionality.

Members

Name Description
Method AcquireFileLock Acquire a file data lock.
Method ChangeFileLock Change the file data lock type.
Method GetLockType Get the lock type.
Method ReleaseFileLock Release a file data lock.

IFileDataLock.AcquireFileLock Method

Acquire a file data lock.

Public Sub AcquireFileLock ( _     ByVal LockType As esriLockMgrType _ ) 
public void AcquireFileLock (     esriLockMgrType LockType ); 

IFileDataLock.ChangeFileLock Method

Change the file data lock type.

Public Sub ChangeFileLock ( _     ByVal LockType As esriLockMgrType _ ) 
public void ChangeFileLock (     esriLockMgrType LockType ); 

IFileDataLock.GetLockType Method

Get the lock type.

Public Function GetLockType ( _ ) As esriLockMgrType 
public esriLockMgrType GetLockType ( ); 

IFileDataLock.ReleaseFileLock Method

Release a file data lock.

Public Sub ReleaseFileLock ( _ ) 
public void ReleaseFileLock ( ); 

Classes that implement IFileDataLock

Classes Description

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