Exit the lock.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public void ExitLock(
	string psTag
)
Visual Basic (Declaration)
Public Sub ExitLock ( _
	psTag As String _
)
Visual C++
public:
void ExitLock(
	String^ psTag
)

Parameters

psTag
Type: System..::.String

Remarks

Exits a lock previously entered with EnterLock.

See Also