Unlock a locked table.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub tblunlock( _ 
   ByVal tblName As String,  _ 
   ByVal searchesOnly As Boolean,  _ 
   ByVal recursive As Boolean,  _ 
   ByVal exclusive As Boolean,  _ 
   ByVal keyed As Boolean,  _ 
   ByVal l As NetricsLock _ 
) _
    Implements INetricsServerInterface.tblunlock
C#
public void tblunlock(
   string tblName,
   bool searchesOnly,
   bool recursive,
   bool exclusive,
   bool keyed,
   NetricsLock l
)
C++
public:
 void tblunlock(
   String tblName,
   bool searchesOnly,
   bool recursive,
   bool exclusive,
   bool keyed,
   NetricsLock l
) sealed 
J#
public void tblunlock(
   string tblName,
   bool searchesOnly,
   bool recursive,
   bool exclusive,
   bool keyed,
   NetricsLock l
)
JScript
public  function tblunlock(
   tblName : String,
   searchesOnly : bool,
   recursive : bool,
   exclusive : bool,
   keyed : bool,
   l : NetricsLock
)

Implements

INetricsServerInterface.tblunlock

Exceptions

Exception TypeCondition
NetricsExceptionIf the server indicates that an error has occured (Possible errors - same as tbllock)

See Also