ZennoLab Assemblies Documentation
UnLockTableSyncer Method
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > PhpHelper Class : UnLockTableSyncer Method

Glossary Item Box

The performs the unlock the tables.

Syntax

C# 
public static void UnLockTableSyncer()

Example

The following code example demonstrates uses of the UnLockTableSyncer method.
PHPCopy Code
// get the list from project
$table = $project->Tables->get_Item("Table1");
// lock the table
ZennoLab\CommandCenter\PhpHelper::LockTableSyncer();
try 
{
    $table->AddRow("a;b;c;d;e;f");
}
catch (Exception $e) {}
// unlock the table
ZennoLab\CommandCenter\PhpHelper::UnLockListSyncer();

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.