Lock(Object,String,String,Int32) Method
Attempt to lock the repository with the provided index path.
'Declaration
Public Overloads Shared Function Lock( _
ByVal As Object, _
ByVal As String, _
ByVal As String, _
ByVal As Integer _
) As InterprocessLock
Parameters
- requester
- The object that is requesting the lock (useful for debugging purposes)
- indexPath
- The fully qualified path to the directory containing the index file of the repository
- lockName
- The name of the lock to get (locks are a combination of index and this name)
- timeoutSeconds
- The maximum number of seconds to wait on the lock before giving up.
Return Value
A Repository Lock object if the lock could be obtained or Null if the lock timed out.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2