ReleaseLogicalRecordSet

Unlocks all logical records that are currently locked in the log table but does not remove them from the table

Local Servers:blocking
Remote Servers:blocking
Classification:3.x, 4.x, 5.x, 6.x
Service:Server-Based Synchronization

Syntax

  #include <\nlm\nit\nwsync.h>  
   
  void ReleaseLogicalRecordSet (void); 
  

Remarks

For cross-platform functionality, call NWReleaseLogicalRecordSet.

The log table resides on the server and is associated exclusively with the requesting task. Consequently, the application can relock the logical record names without relogging them.

This function is ignored if there are no locked logical records.

See Also

ClearLogicalRecord, ClearLogicalRecordSet, LockLogicalRecordSet, LogLogicalRecord, ReleaseLogicalRecord