Enter a lock to prevent simultaneous updates.

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

Syntax

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

Parameters

psTag
Type: System..::.String

Remarks

Locks this NewsIndicatorValueList preventing any updates from the server to the it

Every EnterLock MUST have a corresponding ExitLock.

See Also