Click or drag to resize

CDBLockSymb Method

Locks a symbol for READONLY or READWRITE.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LockSymb(
	int symb,
	int lock,
	int wait
)

public void LockSymb(
	int symb,
	int lock,
	int wait
)

Parameters

symb
Type: SystemInt32
Symbol to Lock
lock
Type: SystemInt32
<define>DB_LOCK</define>
wait
Type: SystemInt32
<define>DB_WAIT</define>
See Also