Topic Path: Symbol Reference > Classes > TCriticalSection Class > TCriticalSection Methods > Release Method
ContentsIndexHome
PreviousUpNext
TCriticalSection.Release Method

Disables resource protection in a critical section.

procedure Release; virtual;

Release is a virtual procedure used to stop resource protection for the critical section on the .Net platform. 

Release calls the Leave method in its implementation. 

Use Enter or Acquire to begin resource protection for the critical section.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.